diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-10 21:22:29 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-10 21:22:29 +0000 |
| commit | 4d76a801c6394f7964848dc5ed7e61148489ff0b (patch) | |
| tree | 744a8cbab90be4662163326d1865b5996fce4e89 /src/template | |
| parent | cbe5f73aa079cbda483fe5e6d82a812124b2ff35 (diff) | |
Unify solaris_i386 and solaris_sparc templates. They were almost identical
anyway, the rest being due to them not being kept in sync. Add configure
test for lorder and use it (on Solaris) when found.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/solaris (renamed from src/template/solaris_sparc) | 3 | ||||
| -rw-r--r-- | src/template/solaris_i386 | 11 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/template/solaris_sparc b/src/template/solaris index 1863d97c816..d77bec50b2f 100644 --- a/src/template/solaris_sparc +++ b/src/template/solaris @@ -5,6 +5,7 @@ if test "$GCC" = yes ; then CFLAGS= SHARED_LIB=-fPIC else - CFLAGS='-Xa -v -D__sparc__ -D__sun__' + CC="$CC -Xa" # relaxed ISO C mode + CFLAGS=-v # -v is like gcc -Wall SHARED_LIB=-KPIC fi diff --git a/src/template/solaris_i386 b/src/template/solaris_i386 deleted file mode 100644 index c9e70260c15..00000000000 --- a/src/template/solaris_i386 +++ /dev/null @@ -1,11 +0,0 @@ -DLSUFFIX=.so - -if test "$GCC" = yes ; then - AROPT=crs - CFLAGS= - SHARED_LIB=-fPIC -else - AROPT=cq - CFLAGS= - SHARED_LIB=-KPIC -fi |
