From dcdfa32cec6fd584912ff0940bb495859f8aabeb Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Sat, 7 Aug 1993 01:35:00 +0000 Subject: [PATCH] cleanups --- bfd/ChangeLog | 17 +++++++++++++++++ bfd/Makefile.in | 8 +++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c28144ed95c..9f6ccb2758e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,22 @@ Fri Aug 6 12:00:03 1993 David J. Mackenzie (djm@thepub.cygnus.com) + Fix incorrect or useless makefile variable definitions: + * config/news.mt, config/u68k-coff.mt (TDEFAULTS): Use this to + define DEFAULT_VECTOR, instead of TDEFINES. + * config/i386aix.mh (MINIMIZE): Don't define. + * config/hppaosf.mh (MINIMIZE): Don't conditionalize. + * config/rs6000.mh (ALLOCA), + * config/i386v.mh (ALLOCA), + * config/i386linux.mh (ALLOCA), + * config/i386isc.mh (ALLOCA), + * config/go32.mh (EXTRALIBS): Don't define; not used. + * config/solaris2.mh (HDEFINES): Renamed from H_DEFINES. + * config/alphaosf.mt (TDEFINES): alphaosf.mt: Set it, not HDEFINES. + * config/z8k-coff.mt (CC): Don't define. It's a target, not a host. + + * config/.Sanitize (Things-to-keep): Add README. + * config/README: New file, explaining the variables. + * targets.c (target_vector): Add hp300_bsd_vec. * Makefile.in (BFD32_BACKENDS, CFILES): Add hp300bsd. (hp300bsd.o): New rule. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index e53bba14cc4..0f417f6a178 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -175,7 +175,13 @@ clean-info: install-info: force @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) -# HDEPFILES comes from the host config; TDEPFILES from the target config. +# Various kinds of .o files to put in libbfd.a: +# BFD_LIBS Generic routines, always needed. +# BFD_BACKENDS Routines the target needs if it is the configured target. +# BFD_MACHINES Architecture-specific routines in cpu-*.o. +# Always set to ALL_MACHINES for now. +# HDEPFILES Routines the host needs, regardless of target. +# TDEPFILES Routines the target needs, regardless of host. OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES) ofiles : Makefile -- 2.30.2