Changeset bf1f6531 in rtems
- Timestamp:
- 08/05/02 19:07:11 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 098755b3
- Parents:
- 4deeca3
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r4deeca3 rbf1f6531 1 2002-08-05 Joel Sherrill <joel@OARcorp.com> 2 3 * Per PR260 eliminate use of make-target-options. This impacted 4 RTEMS allowing a distinction between the CPU32 and CPU32+ in the 5 SuperCore and required that the m68k optimized memcpy be moved 6 to libcpu. 7 * custom/gen68360.cfg: Remove make-target-options. 8 1 9 2002-08-01 Joel Sherrill <joel@OARcorp.com> 2 10 -
make/custom/gen68360.cfg
r4deeca3 rbf1f6531 10 10 RTEMS_CPU_MODEL=m68040 11 11 else 12 RTEMS_CPU_MODEL=mcpu32 12 RTEMS_CPU_MODEL=mcpu32p 13 13 endif 14 14 … … 31 31 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 32 32 33 # This section makes the target dependent options file.34 35 ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)36 define make-target-options37 endef38 else39 define make-target-options40 @echo "#define RTEMS__mcpu32p__ 1" >>$@41 endef42 endif43 44 33 # The following are definitions of make-exe which will work using ld as 45 34 # 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.