* Makefile.in, Makefile.in (bindir, libdir, datadir, mandir, infodir,
authorJason Molenda <crash@cygnus>
Tue, 25 Jun 1996 11:54:57 +0000 (11:54 +0000)
committerJason Molenda <crash@cygnus>
Tue, 25 Jun 1996 11:54:57 +0000 (11:54 +0000)
        includedir): Use autoconf-set values.
        * doc/Makefile.in, Makefile.in (bindir, libdir, datadir, mandir,
        infodir, includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use
        autoconf-set values.
        (docdir): Deleted.
        * configure.in (AC_PREREQ): autoconf v2.5 or higher.
        * configure: Rebuilt.

bfd/ChangeLog
bfd/configure.in

index dca04a78654d99832bb1781f1cc4705d20566824..177c15bac5f4ec8ba147bf3e051ee582f00e8497 100644 (file)
@@ -1,3 +1,14 @@
+Mon Jun 24 17:15:10 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+        * Makefile.in, Makefile.in (bindir, libdir, datadir, mandir, infodir,
+        includedir): Use autoconf-set values.
+        * doc/Makefile.in, Makefile.in (bindir, libdir, datadir, mandir, 
+       infodir, includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use 
+       autoconf-set values.
+        (docdir): Deleted.
+        * configure.in (AC_PREREQ): autoconf v2.5 or higher.
+        * configure: Rebuilt.
 Mon Jun 24 22:50:35 1996  Jeffrey A Law  (law@cygnus.com)
 
        * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
index b04ca1ac0146b5d41f71860b60d15d0dfa694f60..44a3ef3a66ee2229a3636ad9fa6336e951d54240 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-AC_PREREQ(2.3)
+AC_PREREQ(2.5)
 AC_INIT(libbfd.c)
 
 AC_ARG_ENABLE(64-bit-bfd,
@@ -413,6 +413,8 @@ do
     apollocoff_vec)            tb="$tb coff-apollo.o" ;;
     b_out_vec_big_host)                tb="$tb bout.o aout32.o" ;;
     b_out_vec_little_host)     tb="$tb bout.o aout32.o" ;;
+    bfd_elf64_alpha_vec)       tb="$tb elf64-alpha.o elf64.o $elf"
+                               target64=true ;;
 # start-sanitize-arc
     bfd_elf32_littlearc_vec)   tb="$tb elf32-arc.o elf32.o $elf" ;;
     bfd_elf32_bigarc_vec)      tb="$tb elf32-arc.o elf32.o $elf" ;;
@@ -446,6 +448,8 @@ do
     ecoff_little_vec)          tb="$tb coff-mips.o ecoff.o ecofflink.o" ;;
     ecoffalpha_little_vec)     tb="$tb coff-alpha.o ecoff.o ecofflink.o"
                                target64=true ;;
+    evax_alpha_vec)            tb="$tb evax-alpha.o evax-emh.o evax-egsd.o evax-etir.o evax-misc.o"
+                               target64=true ;;
     h8300coff_vec)             tb="$tb coff-h8300.o reloc16.o" ;;
     h8500coff_vec)             tb="$tb coff-h8500.o reloc16.o" ;;
     host_aout_vec)             tb="$tb host-aout.o aout32.o" ;;
@@ -495,9 +499,6 @@ do
     bfd_powerpcle_pei_vec)      tb="$tb pei-ppc.o cofflink.o" ;;
     ppcboot_vec)               tb="$tb ppcboot.o" ;;
     shcoff_vec)                        tb="$tb coff-sh.o cofflink.o" ;;
-# start-sanitize-rce
-    rce_aout_vec)              tb="$tb aout-rce.o aout32.o" ;;
-# end-sanitize-rce
     shlcoff_vec)               tb="$tb coff-sh.o cofflink.o" ;;
     som_vec)                   tb="$tb som.o" ;;
     sparclynx_aout_vec)                tb="$tb sparclynx.o lynx-core.o aout32.o" ;;
@@ -560,6 +561,10 @@ case ${host64}-${target64}-${want64} in
   *true*)
     wordsize=64
     all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
+    if test -z "$GCC" && test "$HOST_64BIT_LONG" = "0"; then
+      AC_MSG_WARN([You have requested a 64 bit BFD configuration, but])
+      AC_MSG_WARN([your compiler may not have a 64 bit integral type])
+    fi
     ;;
   false-false-false)
     wordsize=32
This page took 0.045886 seconds and 4 git commands to generate.