diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-06 19:06:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-06 19:06:49 +0000 |
commit | 4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8 (patch) | |
tree | 99a63134d7210a572b5deb734a85516cb53be1aa /gas/Makefile.am | |
parent | 1ed5e6dfe8d43c57401a1f3ab6268ed349474213 (diff) | |
download | gdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.zip gdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.tar.gz gdb-4dc4c45dec9a0c5d0d1fbf3b4eb2e58a84ede0c8.tar.bz2 |
* configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
Don't set targ or gas_target. Define SCO_ELF and
TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
target_frag.
* Makefile.am: Remove @target_frag@.
(INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
$(TDEFINES).
(dep-am): Mark as phony.
* acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
and SCO_ELF.
* config/arm-big.mt, config/arm-lit.mt: Remove.
* config/mips-big.mt, config/mips-lit.mt: Remove.
* config/ppc-big.mt, config/ppc-lit.mt: Remove.
* config/ppc-sol.mt: Remove.
* config/i386coff.mt, config/m68kcoff.mt: Remove.
* config/m88kcoff.mt: Remove.
* config/sco5.mt: Remove.
* configure, config.in, Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index cb23dea..547f146 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -293,8 +293,6 @@ MULTI_CFILES = \ config/e-mipsecoff.c \ config/e-mipself.c -# @target_frag@ - OBJS = \ $(TARG_CPU_O) \ $(OBJ_FORMAT_O) \ @@ -347,7 +345,7 @@ INCDIR = $(BASEDIR)/include # Both . and srcdir are used, in that order, # so that tm.h and config.h will be found in the compilation # subdirectory rather than in the source directory. -INCLUDES = -D_GNU_SOURCE $(INTERNAL_CFLAGS) $(CROSS) $(HDEFINES) $(TDEFINES) -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) +INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) # How to link with both our special library facilities # and the system's installed libraries. @@ -780,7 +778,7 @@ dep-am: .dep cat .dep >> tmp-Makefile.am $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am -.PHONY: dep dep-in +.PHONY: dep dep-in dep-am # start-sanitize-arc TCDEP_arc_elf = $(INCDIR)/opcode/arc.h |