Changeset 2f6c188 in rtems
- Timestamp:
- 11/24/03 10:02:34 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e98285d
- Parents:
- dcfba35
- Location:
- make
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rdcfba35 r2f6c188 1 2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE. 4 * custom/default.cfg: Remove INLINE,INLINE_UPCASE. 5 1 6 2003-09-26 Joel Sherrill <joel@OARcorp.com> 2 7 -
make/custom/HPUX9-posix.cfg
rdcfba35 r2f6c188 16 16 include $(RTEMS_ROOT)/make/custom/default.cfg 17 17 18 # use the macros instead of the inline functions19 # The macros work better when mixed with other compilers.20 INLINE=macros21 INLINE_UPCASE=MACRO22 23 18 # optimize flag: typically -0, could use -O4 or -fast 24 19 # -O4 is ok for RTEMS -
make/custom/default.cfg
rdcfba35 r2f6c188 15 15 include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg 16 16 17 # use the inline functions instead of the macros18 ifeq ($(RTEMS_USE_MACROS),yes)19 INLINE=macros20 INLINE_UPCASE=21 else22 INLINE=inline23 INLINE_UPCASE=INLINE24 endif25 26 17 ## Target compiler config file, if any 27 18 CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
Note: See TracChangeset
for help on using the changeset viewer.