summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:52:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:52:57 +0000
commit2431a8cfa1764d88afc190f3b548820b99b34fc1 (patch)
tree79119272d85dcc48ee87d92d5d4cab7fe06f8503 /c/src/lib/libbsp/i386/pc386/start/Makefile.am
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2431a8cfa1764d88afc190f3b548820b99b34fc1.tar.bz2
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/start/Makefile.am')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.am b/c/src/lib/libbsp/i386/pc386/start/Makefile.am
index e051a3c8ff..77267cbe96 100644
--- a/c/src/lib/libbsp/i386/pc386/start/Makefile.am
+++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.am
@@ -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