diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-15 21:32:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-15 21:32:43 +0000 |
commit | 7e19f60e5a44156252894a4eed7f943ce0c2694d (patch) | |
tree | 67e22dd8a445c38f723d137332bbf0e0b2622a76 /ld/configure.host | |
parent | 1429341983f47e7b1dff93c936534d394b4bdb53 (diff) | |
download | gdb-7e19f60e5a44156252894a4eed7f943ce0c2694d.zip gdb-7e19f60e5a44156252894a4eed7f943ce0c2694d.tar.gz gdb-7e19f60e5a44156252894a4eed7f943ce0c2694d.tar.bz2 |
* configure.in: Call AC_PROG_CC before configure.host.
* configure: Rebuild.
* configure.host: Remove go32 host, since it should no longer be
necessary. Don't set CC for romp host.
Diffstat (limited to 'ld/configure.host')
-rw-r--r-- | ld/configure.host | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/configure.host b/ld/configure.host index 04013fd..2e74df7 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -4,7 +4,6 @@ # information. # This file sets the following shell variables: -# CC compiler to use (only if needed and not already set) # HDEFINES host specific compiler flags # HOSTING_CRT0 crt0.o file used for bootstrapping # HOSTING_LIBS libraries used for bootstrapping @@ -37,10 +36,6 @@ i[345]86-*-bsd* | i[345]86-*-freebsd* | i[345]86-*-netbsd*) HOSTING_CRT0=/usr/lib/crt0.o ;; -i[345]86-*-go32*) - test -z "${CC}" && CC="i386-go32-gcc -O2 -fno-omit-frame-pointer -Wl,-S" - ;; - i[345]86-*-sysv4*) HOSTING_CRT0='/usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtbegin.o/'; fi`' HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtend.o/'; fi` /usr/ccs/lib/crtn.o' @@ -123,7 +118,6 @@ m88*-motorola-sysv3) romp-*-*) HDEFINES=-DNO_VARARGS - CC=${CC-gcc} ;; sparc-*-solaris2*) |