aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-06-07 19:45:12 +0000
committerPer Bothner <per@bothner.com>1993-06-07 19:45:12 +0000
commit0019b190541828aeb3a4939aa7adc8ede6002f4e (patch)
tree28708040a377e6366ae0ac0d6254d778b19aae48 /binutils/configure.in
parentd6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e (diff)
downloadgdb-0019b190541828aeb3a4939aa7adc8ede6002f4e.zip
gdb-0019b190541828aeb3a4939aa7adc8ede6002f4e.tar.gz
gdb-0019b190541828aeb3a4939aa7adc8ede6002f4e.tar.bz2
* Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
* configure.in: No longer need to configure to get sysdep.h. * objcopy.c (copy_object): Fix symbol table handling.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in113
1 files changed, 2 insertions, 111 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 214ebfb..00806f8 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -6,118 +6,9 @@
srctrigger=ar.c
srcname="Binutils"
-# per-host:
-
-case "${host_cpu}" in
-
-rs6000) my_host=rs6000
- ;;
-
-hppa*)
- case "${host_vendor}" in
- hp)
- case "${host_os}" in
- hpux) my_host=hppahpux ;;
- bsd) my_host=hppabsd ;;
- esac
- ;;
- esac
- ;;
-mips)
- case "${host_vendor}" in
- dec) my_host=decstation ;;
- sgi) my_host=irix3 ;;
- esac
- ;;
-
-m88k)
- case "${host_vendor}" in
- motorola)
- my_host=delta88 ;;
- *)
- case "${host_os}" in
- dgux) my_host=dgux ;;
- esac
- ;;
- esac
- ;;
-
-m68*)
- case "${host_vendor}" in
- cbm)
- case ${host_os} in
- amigados) my_host=amigados ;;
- svr4) my_host=amix ;;
- esac
- ;;
- hp)
- case "${host_os}" in
- hpux) my_host=hp9000 ;;
- bsd) my_host=hp300bsd ;;
- esac
- ;;
- sony) my_host=news ;;
- sun) my_host=sun3 ;;
- apollo)
- case "${host_os}" in
- sysv*) my_host=apollov68 ;;
- bsd*) my_host=apollo68 ;;
- esac
- ;;
- esac
- ;;
-
-i386)
- case "${host_vendor}" in
- *)
- case "${host_os}" in
- go32) my_host=go32 ;;
- sco*) my_host=i386v ;;
- sysv) my_host=i386v ;;
- mach) my_host=i386mach ;;
- msdos) my_host=dose ;;
- esac
- ;;
- esac
- ;;
-
-sparc)
- case "${host_os}" in
- sunos64) my_host=sparc-ll ;;
- *) my_host=sparc ;;
- esac
- ;;
+configdirs="testsuite"
-romp) my_host=rtbsd
- ;;
-
-a29k) my_host=ultra3
- ;;
-
-tahoe)
- my_host=tahoe
- ;;
-
-vax)
- case "${host_os}" in
- ultrix) my_host=vaxult ;;
- *) my_host=vaxbsd ;;
- esac
- ;;
-esac
-
-# Set up to make a link between the host's include file and "sysdep.h".
-files="../bfd/hosts/${my_host}.h"
-
-links="sysdep.h"
-
-if [ ! -f ${srcdir}/${files} ] ; then
- if [ -n "${my_host}" ] ; then
- echo '***' No file ${srcdir}/${files} 1>&2
- fi
- echo '***' ${srcname} does not support host ${host} 1>&2
- exit 1
-fi
+# per-host:
host_makefile_frag=
if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then