summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 14:38:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 14:38:10 +0000
commit4cfdf321074aee0e6bb3f27cdb7c676e9393f11a (patch)
treec9f2a0b6f1580e0729606b09468afa30c0f43ac4 /c/src/lib/libbsp/i386/pc386/start/Makefile.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-4cfdf321074aee0e6bb3f27cdb7c676e9393f11a.tar.bz2
Uncommented the conditional stuff for "good gas 16 bit code".
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
index 1c6fe148e8..b5ea51fd71 100644
--- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
@@ -33,9 +33,9 @@ include $(RTEMS_ROOT)/make/leaf.cfg
# (OPTIONAL) Add local stuff here using +=
#
-#ifeq ($(RTEMS_GAS_CODE16),yes)
+ifeq ($(RTEMS_GAS_CODE16),yes)
DEFINES += -DNEW_GAS
-#endif
+endif
CPPFLAGS +=
CFLAGS +=