NEXT_GAS should have been NEW_GAS. Spotted by Emmanuel Raguet <raguet@crf.canon.fr>.

This commit is contained in:
Joel Sherrill
1998-10-07 14:54:02 +00:00
parent 959d75263b
commit 42c0b9ee13
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
#
ifeq ($(RTEMS_GAS_CODE16),yes)
DEFINES += -DNEXT_GAS
DEFINES += -DNEW_GAS
endif
CPPFLAGS +=

View File

@@ -40,7 +40,7 @@ changes:
#include "80386ex.inc"
/*
* NEXT_GAS Needed for binutils 2.9.1.0.7 and higher
* NEW_GAS Needed for binutils 2.9.1.0.7 and higher
*/
EXTERN (boot_card) /* exits to bspstart */
@@ -358,7 +358,7 @@ SYM(SetUCS1):
* Table Register
****************************/
#ifdef NEXT_GAS
#ifdef NEW_GAS
data32
addr32
#endif

View File

@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
#
#ifeq ($(RTEMS_GAS_CODE16),yes)
DEFINES += -DNEXT_GAS
DEFINES += -DNEW_GAS
#endif
CPPFLAGS +=
CFLAGS +=