diff options
author | Catherine Moore <clm@redhat.com> | 1998-08-26 17:25:19 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-08-26 17:25:19 +0000 |
commit | 603e9cf139a0020d7356bebad3b883eeb7dc279d (patch) | |
tree | 09ff4ad7529aa98f817fac986dd23f43724a05b8 /gas/configure.in | |
parent | e9ebd69fe6c9f9a4b4e0075a04bbbf33758f48b4 (diff) | |
download | gdb-603e9cf139a0020d7356bebad3b883eeb7dc279d.zip gdb-603e9cf139a0020d7356bebad3b883eeb7dc279d.tar.gz gdb-603e9cf139a0020d7356bebad3b883eeb7dc279d.tar.bz2 |
remove armelf sanitization
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gas/configure.in b/gas/configure.in index 099f62e..6ab9ccc 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -43,6 +43,9 @@ AM_CONFIG_HEADER(config.h:config.in) te_file=generic +# Makefile target for installing gas in $(tooldir)/bin. +install_tooldir=install-exec-tooldir + canon_targets="" if test -n "$enable_targets" ; then for t in `echo $enable_targets | sed 's/,/ /g'`; do @@ -136,12 +139,17 @@ changequote([,])dnl arm-*-riscix*) fmt=aout em=riscix ;; arm-*-aout) fmt=aout ;; arm-*-coff | thumb-*-coff) fmt=coff ;; + arm-*-elf | thumb-*-elf) fmt=elf ;; arm-*-riscix*) fmt=aout ;; arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; d10v-*-*) fmt=elf bfd_gas=yes ;; d30v-*-*) fmt=elf bfd_gas=yes ;; +# start-sanitize-sky + dvp-*-*) fmt=elf bfd_gas=yes install_tooldir= ;; +# end-sanitize-sky + hppa-*-*elf*) fmt=elf em=hppa ;; hppa-*-lites*) fmt=elf em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;; @@ -297,10 +305,6 @@ dnl end-sanitize-beos tic80-*-*) fmt=coff ;; # end-sanitize-tic80 -# start-sanitize-sky - dvp-*-*) fmt=elf bfd_gas=yes ;; -# end-sanitize-sky - v850-*-*) fmt=elf bfd_gas=yes ;; # start-sanitize-v850e @@ -601,6 +605,7 @@ esac AC_SUBST(target_cpu_type) AC_SUBST(obj_format) AC_SUBST(te_file) +AC_SUBST(install_tooldir) AC_SUBST(atof) dnl AC_SUBST(emulation) |