Changeset bf1f6531 in rtems


Ignore:
Timestamp:
08/05/02 19:07:11 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
098755b3
Parents:
4deeca3
Message:

2002-08-05 Joel Sherrill <joel@…>

  • Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu.
  • custom/gen68360.cfg: Remove make-target-options.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r4deeca3 rbf1f6531  
     12002-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
    192002-08-01      Joel Sherrill <joel@OARcorp.com>
    210
  • make/custom/gen68360.cfg

    r4deeca3 rbf1f6531  
    1010RTEMS_CPU_MODEL=m68040
    1111else
    12 RTEMS_CPU_MODEL=mcpu32
     12RTEMS_CPU_MODEL=mcpu32p
    1313endif
    1414
     
    3131CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
    3232
    33 #  This section makes the target dependent options file.
    34 
    35 ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
    36 define make-target-options
    37 endef
    38 else
    39 define make-target-options
    40         @echo "#define RTEMS__mcpu32p__ 1"                  >>$@
    41 endef
    42 endif
    43 
    4433# The following are definitions of make-exe which will work using ld as
    4534# 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.