Changeset 97dbdde1 in rtems
- Timestamp:
- 12/07/01 12:32:10 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d1d7545b
- Parents:
- d0d33f21
- Location:
- make
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rd0d33f21 r97dbdde1 1 2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/bare.cfg: Remove make-target-options. 4 * custom/c4xsim.cfg: Ditto. 5 * custom/cvme961.cfg: Ditto. 6 * custom/efi68k.cfg: Ditto. 7 * custom/gen68302.cfg: Ditto. 8 * custom/gen68340.cfg: Ditto. 9 * custom/genmongoosev.cfg: Ditto. 10 * custom/gensh4.cfg: Remove make-target-options, remove GCC272 11 make-exe, remove empty lines. 12 * custom/h8sim.cfg: Remove make-target-options. 13 * custom/mcf5206elite.cfg: Ditto. 14 * custom/mrm332.cfg: Ditto. 15 * custom/mvme147.cfg: Ditto. 16 * custom/ods68302.cfg: Ditto. 17 * custom/p4000.cfg: Ditto. 18 * custom/p4600.cfg: Ditto. 19 * custom/p4650.cfg: Ditto. 20 * custom/pc386.cfg: Ditto. 21 * custom/portsw.cfg: Ditto. 22 * custom/simsh4.cfg: Ditto. 23 1 24 2001-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 25 -
make/custom/bare.cfg
rd0d33f21 r97dbdde1 20 20 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 21 21 22 # This section makes the target dependent options file.23 24 define make-target-options25 endef26 27 22 # this target has no start file 28 23 START_BASE= -
make/custom/c4xsim.cfg
rd0d33f21 r97dbdde1 25 25 CFLAGS_OPTIMIZE_V=-O1 26 26 27 # This section makes the target dependent options file.28 define make-target-options29 endef30 31 27 # this target has no start file 32 28 START_BASE= -
make/custom/cvme961.cfg
rd0d33f21 r97dbdde1 26 26 CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures 27 27 28 # This section makes the target dependent options file.29 30 define make-target-options31 endef32 33 28 # The following are definitions of make-exe which will work using ld as 34 29 # is currently required. It is expected that as of gcc 2.8, the end user -
make/custom/efi68k.cfg
rd0d33f21 r97dbdde1 23 23 # -O4 is ok for RTEMS 24 24 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 25 26 # This section makes the target dependent options file.27 28 define make-target-options29 endef30 25 31 26 # The following are definitions of make-exe which will work using ld as -
make/custom/gen68302.cfg
rd0d33f21 r97dbdde1 25 25 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 26 26 27 # This section makes the target dependent options file.28 29 define make-target-options30 endef31 32 27 # The following are definitions of make-exe which will work using ld as 33 28 # is currently required. It is expected that as of gcc 2.8, the end user -
make/custom/gen68340.cfg
rd0d33f21 r97dbdde1 19 19 # -O4 is ok for RTEMS 20 20 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 21 22 # This section makes the target dependent options file.23 24 define make-target-options25 endef26 21 27 22 # The following are definitions of make-exe which will work using ld as -
make/custom/genmongoosev.cfg
rd0d33f21 r97dbdde1 21 21 # -O4 is ok for RTEMS 22 22 CFLAGS_OPTIMIZE_V=-O2 -g 23 24 # This section makes the target dependent options file.25 26 define make-target-options27 endef28 23 29 24 # The following are definitions of make-exe which will work using ld as -
make/custom/gensh4.cfg
rd0d33f21 r97dbdde1 30 30 CPU_CFLAGS= -m4 -ml 31 31 32 33 32 # debug flags: 34 33 CFLAGS_DEBUG_V = -O0 -ggdb … … 38 37 CFLAGS_OPTIMIZE_V = -O4 39 38 40 # This section makes the target dependent options file.41 42 define make-target-options43 endef44 45 46 39 # The following are definitions of make-exe which will work using ld as 47 40 # is currently required. It is expected that as of gcc 2.8, the end user 48 41 # will be able to override parts of the compilers specs and link using gcc. 49 42 50 ifeq ($(RTEMS_USE_GCC272),yes)51 define make-exe52 $(LD) $(LDFLAGS) -N -e _start \53 -T$(PROJECT_RELEASE)/lib/linkcmds\54 -o $(basename $@).exe \55 $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group56 $(NM) -n $(basename $@).exe > $(basename $@).num57 $(SIZE) $(basename $@).exe58 endef59 else60 43 define make-exe 61 44 $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ … … 65 48 $(SIZE) $@ 66 49 endef 67 endif68 50 69 51 # Miscellaneous additions go here -
make/custom/h8sim.cfg
rd0d33f21 r97dbdde1 22 22 # CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures 23 23 CFLAGS_OPTIMIZE_V=-O0 -g 24 25 # This section makes the target dependent options file.26 27 define make-target-options28 endef29 24 30 25 # The following are definitions of make-exe which will work using ld as -
make/custom/mcf5206elite.cfg
rd0d33f21 r97dbdde1 25 25 # -O4 is ok for RTEMS 26 26 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 27 28 define make-target-options29 endef30 27 31 28 # The following are definitions of make-exe which will work using ld as -
make/custom/mrm332.cfg
rd0d33f21 r97dbdde1 19 19 # optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS 20 20 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 21 22 # This section makes the target dependent options file.23 # NDEBUG (C library)24 # if defined asserts do not generate code. This is commonly used25 # as a command line option.26 #27 # RTEMS_TEST_NO_PAUSE (RTEMS tests)28 # do not pause between screens of output in the rtems tests29 #30 # RTEMS_DEBUG (RTEMS)31 # If defined, debug checks in RTEMS and support library code are enabled.32 33 define make-target-options34 @echo "/* #define NDEBUG 1 */ " >>$@35 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@36 @echo "/* #define RTEMS_DEBUG 1 */" >>$@37 endef38 21 39 22 # The following are definitions of make-exe which will work using ld as -
make/custom/mvme147.cfg
rd0d33f21 r97dbdde1 19 19 # -O4 is ok for RTEMS 20 20 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 21 22 # This section makes the target dependent options file.23 24 define make-target-options25 endef26 21 27 22 # The following are definitions of make-exe which will work using ld as -
make/custom/ods68302.cfg
rd0d33f21 r97dbdde1 31 31 # debugging please 32 32 CFLAGS_DEBUG_V = 33 34 # This section makes the target dependent options file.35 36 define make-target-options37 endef38 33 39 34 # The following are definitions of make-exe which will work using ld as -
make/custom/p4000.cfg
rd0d33f21 r97dbdde1 18 18 # and (hopefully) optimize for it. 19 19 CPU_CFLAGS = -mips3 -G0 20 21 # This section makes the target dependent options file.22 define make-target-options23 endef24 20 25 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/p4600.cfg
rd0d33f21 r97dbdde1 22 22 # and (hopefully) optimize for it. 23 23 CPU_CFLAGS = -mips3 -G0 24 25 # This section makes the target dependent options file.26 define make-target-options27 endef28 24 29 25 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/p4650.cfg
rd0d33f21 r97dbdde1 21 21 # and (hopefully) optimize for it. 22 22 CPU_CFLAGS = -m4650 -mips3 -G0 23 24 # This section makes the target dependent options file.25 define make-target-options26 endef27 23 28 24 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/pc386.cfg
rd0d33f21 r97dbdde1 25 25 # -fomit-frame-pointer breaks debugging and C++ exceptions 26 26 CFLAGS_OPTIMIZE_V=-O4 27 28 # This section makes the target dependent options file.29 30 define make-target-options31 endef32 27 33 28 # Here is the rule to actually build a $(ARCH)/foo.exe -
make/custom/portsw.cfg
rd0d33f21 r97dbdde1 14 14 # This is the actual bsp directory used during the build process. 15 15 RTEMS_BSP_FAMILY=portsw 16 17 # This section makes the target dependent options file.18 19 define make-target-options20 endef21 16 22 17 ifeq ($(RTEMS_USE_GCC272),yes) -
make/custom/simsh4.cfg
rd0d33f21 r97dbdde1 37 37 CFLAGS_OPTIMIZE_V = -O4 38 38 39 # This section makes the target dependent options file.40 41 define make-target-options42 endef43 44 45 39 # The following are definitions of make-exe which will work using ld as 46 40 # is currently required. It is expected that as of gcc 2.8, the end user
Note: See TracChangeset
for help on using the changeset viewer.