mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
NEXT_GAS should have been NEW_GAS. Spotted by Emmanuel Raguet <raguet@crf.canon.fr>.
This commit is contained in:
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
#
|
||||
|
||||
ifeq ($(RTEMS_GAS_CODE16),yes)
|
||||
DEFINES += -DNEXT_GAS
|
||||
DEFINES += -DNEW_GAS
|
||||
endif
|
||||
|
||||
CPPFLAGS +=
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
|
||||
#
|
||||
|
||||
#ifeq ($(RTEMS_GAS_CODE16),yes)
|
||||
DEFINES += -DNEXT_GAS
|
||||
DEFINES += -DNEW_GAS
|
||||
#endif
|
||||
CPPFLAGS +=
|
||||
CFLAGS +=
|
||||
|
||||
Reference in New Issue
Block a user