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.in | |
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.in')
-rw-r--r-- | gas/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index d254365..37b808a 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -367,8 +367,6 @@ MULTI_CFILES = \ config/e-mipsecoff.c \ config/e-mipself.c -# @target_frag@ - OBJS = \ $(TARG_CPU_O) \ $(OBJ_FORMAT_O) \ @@ -415,7 +413,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. @@ -1160,7 +1158,7 @@ config.status: $(srcdir)/configure $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -config.h: stamp-h +config.h: stamp-h ; @true stamp-h: $(srcdir)/config.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \ @@ -1841,7 +1839,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 # end-sanitize-arc # DO NOT DELETE THIS LINE -- mkdep uses it. |