* elf32-v850.c: Define elf_symbol_leading_char to be '_'.
[binutils-gdb.git] / configure.in
index 6d212b9453000a62c72d4a7dd1b5a8611ad30819..763055e61365ff94c1a3941f908b4a90c454eed6 100644 (file)
@@ -49,11 +49,7 @@ fi
 
 # these tools are built for the host environment
 #
-host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
-           prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash
-            m4 autoconf ispell grep diff rcs cvs fileutils shellutils time
-           textutils wdiff find emacs emacs19 uudecode hello tar gzip indent
-           recode release sed utils guile perl apache inet gawk"
+host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk"
 
 
 # these libraries are built for the target environment, and are built after
@@ -81,10 +77,9 @@ target_tools="target-examples target-groff"
 
 # directories to be built in the native environment only
 #
-native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello
-            indent ispell m4 rcs recode sed shellutils tar textutils gash
-            uudecode wdiff gprof target-groff guile perl apache inet time
-            bash prms"
+# This must be a single line because of the way it is searched by grep in
+# the code below.
+native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms"
 
 # directories to be built in a cross environment only
 #
@@ -127,7 +122,7 @@ case "${host}" in
   mips*-sgi-irix3*)       host_makefile_frag=config/mh-sysv ;;
   mips*-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
   mips*-*-sysv*)         host_makefile_frag=config/mh-riscos ;;
-  i[3456]86-*-dgux*)     host_makefile_frag=config/mh-sysv4 ;;
+  i[3456]86-*-dgux*)     host_makefile_frag=config/mh-dgux386 ;;
   i[3456]86-ncr-sysv4.3)  host_makefile_frag=config/mh-ncrsvr43 ;;
   i[3456]86-ncr-sysv4*)   host_makefile_frag=config/mh-ncr3000 ;;
   i[3456]86-*-sco3.2v5*)  host_makefile_frag=config/mh-sysv ;;
@@ -138,6 +133,7 @@ case "${host}" in
   i[3456]86-*-aix*)      host_makefile_frag=config/mh-aix386 ;;
   i[3456]86-*-go32*)     host_makefile_frag=config/mh-go32 ;;
   *-cygwin32*)           host_makefile_frag=config/mh-cygwin32 ;;
+  *-windows*)            host_makefile_frag=config/mh-windows ;;
   vax-*-ultrix2*)         host_makefile_frag=config/mh-vaxult2 ;;
   *-*-solaris2*)          host_makefile_frag=config/mh-solaris ;;
   m68k-sun-sunos*)       host_makefile_frag=config/mh-sun3 ;;
@@ -382,7 +378,7 @@ case "${host}" in
   i[3456]86-*-go32)
     noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
        ;;
-  *-*-cygwin32)
+  *-*-cygwin32 | *-*-windows*)
      noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet"
     ;;
   ppc*-*-pe)
@@ -419,12 +415,15 @@ case "${target}" in
   arm-*-pe*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
+  arm-*-coff*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    ;;
   arm-*-riscix*)
     noconfigdirs="$noconfigdirs ld target-libgloss"
     ;;
 # start-sanitize-d10v
   d10v-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-libgloss"
     ;;
 # end-sanitize-d10v
   h8300*-*-* | \
@@ -487,6 +486,17 @@ case "${target}" in
     # but that's okay since emacs doesn't work anyway
     noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
     ;;
+# start-sanitize-m32r
+  m32r-*-*)
+    noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb"
+    ;;
+# end-sanitize-m32r
+  mn10200-*-*)
+    noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
+    ;;
+  mn10300-*-*)
+    noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof cvs target-libgloss"
@@ -562,7 +572,7 @@ case "${target}" in
     ;;
 # start-sanitize-v850
   v850-*-*)
-    noconfigdirs="$noconfigdirs gdb target-libgloss"
+    noconfigdirs="$noconfigdirs target-libgloss"
     ;;
 # end-sanitize-v850
   vax-*-vms)
@@ -738,6 +748,14 @@ if [ x${use_gnu_ld} = x ] ; then
   fi
 fi
 
+# If using newlib, add --with-newlib to the withoptions so that gcc/configure
+# can detect this case.
+
+if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
+  with_newlib=yes
+  withoptions="$withoptions --with-newlib"
+fi
+
 if [ x${shared} = xyes ]; then
   case "${target}" in
     hppa*)             target_makefile_frag=config/mt-papic ;;