diff options
author | Jason Merrill <jason@redhat.com> | 1994-10-11 19:13:46 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1994-10-11 19:13:46 +0000 |
commit | 6749ef5a9aa2b3350f020f2f8611e1890b3eb612 (patch) | |
tree | 0c8f70cd88a03b489ecfec8307d72d213f38d2f0 /configure.in | |
parent | 6d60424f3458f9f97e0c51b3d1e7ca0d5fe3e4b3 (diff) | |
download | gdb-6749ef5a9aa2b3350f020f2f8611e1890b3eb612.zip gdb-6749ef5a9aa2b3350f020f2f8611e1890b3eb612.tar.gz gdb-6749ef5a9aa2b3350f020f2f8611e1890b3eb612.tar.bz2 |
Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* configure.in (target_libs): Add libstdc++.
(noconfigdirs): Add libstdc++ as appropriate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 1b7fba1..c5c09d2 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) # -target_libs="libm xiberty libgloss newlib libio librx libg++" +target_libs="libm xiberty libgloss newlib libio librx libstdc++ libg++" # these tools are built using the target libs, and are intended to run only @@ -64,9 +64,9 @@ target_tools="examples groff" # directories to be built in the native environment only # -native_only="autoconf cvs emacs emacs19 fileutils find grep groff gzip hello indent - ispell m4 rcs recode sed shellutils tar textutils gash tk uudecode wdiff - gprof" +native_only="autoconf cvs emacs emacs19 fileutils find grep groff gzip hello + indent ispell m4 rcs recode sed shellutils tar textutils gash tk + uudecode wdiff gprof" # directories to be built in a cross environment only # @@ -306,7 +306,7 @@ esac case "${target}" in *-*-netware) - noconfigdirs="$noconfigdirs libg++ libio librx newlib" + noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx newlib" ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't @@ -323,7 +323,7 @@ case "${target}" in ;; h8300*-*-* | \ h8500-*-*) - noconfigdirs="$noconfigdirs libg++ libio librx" + noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx" ;; hppa*-*-*elf*) # Do configure ld/binutils/gas for this case. @@ -342,7 +342,7 @@ case "${target}" in # add the go32 support tools to the list # but don't build gdb configdirs=`echo go32 ${configdirs}` - noconfigdirs="$noconfigdirs gdb libg++ libio librx" + noconfigdirs="$noconfigdirs gdb libg++ libstdc++ libio librx" ;; i[345]86-*-sco*) noconfigdirs="$noconfigdirs gprof" |