mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* 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.
This commit is contained in:
parent
d92eef0ce6
commit
dbbfec0782
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user