2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
	* startup/Makefile.am: Cleanup comments.
This commit is contained in:
Joel Sherrill
2000-09-12 12:53:19 +00:00
parent 2431a8cfa1
commit 4166123841
3 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
* startup/Makefile.am: Cleanup comments.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, console/Makefile.am, network/Makefile.am,

View File

@@ -21,10 +21,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
if RTEMS_GAS_CODE16
AM_CPPFLAGS += -DNEW_GAS
endif
$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o
$(INSTALL_DATA) $< $@

View File

@@ -26,9 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
## FIXME: This doesn't seem to be useful
## AM_CPPFLAGS += -I$(srcdir)
AM_CPPFLAGS += -DUSE_INIT_FINI
$(PGM): $(startup_rel_OBJECTS)