diff options
author | David D. Zuhn <zoo@cygnus> | 1992-11-30 09:15:40 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-11-30 09:15:40 +0000 |
commit | c676f606d2a03f2f5f4ccee5fcfacb24613a46e8 (patch) | |
tree | 83d3c46fbabe6cad69beba057646b544af749cc4 /configure.in | |
parent | 94daba7f7759999cb24817510d75a015f1db0824 (diff) | |
download | gdb-c676f606d2a03f2f5f4ccee5fcfacb24613a46e8.zip gdb-c676f606d2a03f2f5f4ccee5fcfacb24613a46e8.tar.gz gdb-c676f606d2a03f2f5f4ccee5fcfacb24613a46e8.tar.bz2 |
* Makefile.in: define flags for X11 include files and library file
locations, pass them down to the programs that need this info
* build-all.mk: added a 'native' target, to 3stage the native toolchain
(also updated dates in test-build.mk and build-all.mk)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e36e83a..673c264 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,7 @@ case "${target}" in configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//'` ;; *-*-solaris2) - configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` + configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/emacs//'` ;; esac |