aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-15 21:32:43 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-15 21:32:43 +0000
commit7e19f60e5a44156252894a4eed7f943ce0c2694d (patch)
tree67e22dd8a445c38f723d137332bbf0e0b2622a76 /ld/configure.in
parent1429341983f47e7b1dff93c936534d394b4bdb53 (diff)
downloadgdb-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.in')
-rw-r--r--ld/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/configure.in b/ld/configure.in
index a20f72e..726521c 100644
--- a/ld/configure.in
+++ b/ld/configure.in
@@ -33,9 +33,10 @@ AC_ARG_PROGRAM
# host-specific stuff:
+AC_PROG_CC
+
. ${srcdir}/configure.host
-AC_PROG_CC
AC_SUBST(CFLAGS)
AC_SUBST(HLDFLAGS)
AC_SUBST(RPATH_ENVVAR)