diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 02:42:51 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 02:42:51 +0000 |
commit | a1245e7e008a33c5d2daee4d461fa21721db7316 (patch) | |
tree | 0dc6eaf05a96e866e1b6c90c0dcd0f9e73581a2e /configure.in | |
parent | e69efc7cbec770d409686a219b2eea7b29df1e3a (diff) | |
download | gcc-a1245e7e008a33c5d2daee4d461fa21721db7316.tar.gz |
* configure.in: Eliminate references to gash.
* Makefile.in: Eliminate references to gash.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52924 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ee8a19c9550..42e4bfe81d1 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" +host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" libstdcxx_version="target-libstdc++-v3" # Don't use libstdc++-v3's flags to configure/build itself. @@ -93,7 +93,7 @@ target_tools="target-examples target-groff target-gperf" # # This must be a single line because of the way it is searched by grep in # the code below. -native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf" +native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf" # directories to be built in a cross environment only # @@ -414,7 +414,7 @@ case ${with_x} in yes | "") # the default value for this tree is that X11 is available ;; no) - skipdirs="${skipdirs} tk libgui gash" + skipdirs="${skipdirs} tk libgui" ;; *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 |