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

* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
This commit is contained in:
Joel Sherrill
2000-09-12 12:52:57 +00:00
parent 03d570670a
commit 2431a8cfa1
4 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
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

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

View File

@@ -19,10 +19,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
if RTEMS_GAS_CODE16
AM_CPPFLAGS += -DNEW_GAS
endif
LINKCMDS = $(top_srcdir)/startup/linkcmds
$(ARCH)/start16.o: start16.S