Change --with-targets to --enable-targets, per GNU coding standards.
This commit is contained in:
parent
15aca51186
commit
1f8b3b5746
@ -1,3 +1,9 @@
|
||||
Thu Jun 23 12:53:41 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Change --with-targets to --enable-targets and
|
||||
--with-64-bit-bfd to --enable-64-bit-bfd.
|
||||
* Makefile.in, mpw-make.in, targets.c: Change comments.
|
||||
|
||||
Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||
|
||||
* config.bfd (powerpc-*-elf*): New target, just like
|
||||
|
@ -124,7 +124,7 @@ ALL_MACHINES = \Option-d
|
||||
"{o}"cpu-z8k.c.o
|
||||
|
||||
# The .c.o files needed by all of the 32 bit vectors that are configured into
|
||||
# target_vector in targets.c if configured with --with-targets=all.
|
||||
# target_vector in targets.c if configured with --enable-targets=all.
|
||||
BFD32_BACKENDS = \Option-d
|
||||
"{o}"aout-adobe.c.o \Option-d
|
||||
"{o}"aout32.c.o \Option-d
|
||||
@ -180,8 +180,8 @@ BFD32_BACKENDS = \Option-d
|
||||
"{o}"sunos.c.o
|
||||
|
||||
# The .c.o files needed by all of the 64 bit vectors that are configured into
|
||||
# target_vector in targets.c if configured with --with-targets=all
|
||||
# and --with-64-bit-bfd.
|
||||
# target_vector in targets.c if configured with --enable-targets=all
|
||||
# and --enable-64-bit-bfd.
|
||||
BFD64_BACKENDS = \Option-d
|
||||
"{o}"aout64.c.o \Option-d
|
||||
"{o}"coff-alpha.c.o \Option-d
|
||||
|
@ -1,5 +1,11 @@
|
||||
Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Change --with-targets to --enable-targets.
|
||||
|
||||
Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
|
||||
|
||||
* nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
|
||||
NetWare custom header; no longer needed.
|
||||
(powerpc_mangle_relocs): Convert relocs against the uninitialized
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Jun 23 12:52:22 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Change --with-targets to --enable-targets.
|
||||
|
||||
Wed Jun 22 13:42:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* lexsup.c (parse_args): Add support for new options -( -) with
|
||||
|
Loading…
Reference in New Issue
Block a user