Changeset 641982a in rtems for make/custom


Ignore:
Timestamp:
09/30/08 16:22:56 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
8baeb42
Parents:
a523721
Message:

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh4.cfg: Make all use RTEMS_BSP_FAMILY.
Location:
make/custom
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • make/custom/simsh1.cfg

    ra523721 r641982a  
    77#
    88
    9 include $(RTEMS_ROOT)/make/custom/shsim.cfg
     9include $(RTEMS_ROOT)/make/custom/default.cfg
    1010
    1111RTEMS_CPU=sh
    1212RTEMS_CPU_MODEL=shgdb
     13RTEMS_BSP_FAMILY=shsim
    1314
    14 #
    1515#  This contains the compiler options necessary to select the CPU model
    1616#  and (hopefully) optimize for it.
    17 #
    1817CPU_CFLAGS = -m1
    1918
  • make/custom/simsh2.cfg

    ra523721 r641982a  
    77#
    88
    9 include $(RTEMS_ROOT)/make/custom/shsim.cfg
     9include $(RTEMS_ROOT)/make/custom/default.cfg
    1010
    1111RTEMS_CPU=sh
    1212RTEMS_CPU_MODEL=shgdb
     13RTEMS_BSP_FAMILY=shsim
    1314
    14 #
    1515#  This contains the compiler options necessary to select the CPU model
    1616#  and (hopefully) optimize for it.
    17 #
    1817CPU_CFLAGS = -m2
    1918
  • make/custom/simsh4.cfg

    ra523721 r641982a  
    99RTEMS_CPU=sh
    1010RTEMS_CPU_MODEL=shgdb
    11 
    12 # This is the actual bsp directory used during the build process.
    1311RTEMS_BSP_FAMILY=shsim
    1412
    1513#  This contains the compiler options necessary to select the CPU model
    1614#  and (hopefully) optimize for it.
    17 #
    1815CPU_CFLAGS = -m4 -ml
    1916
Note: See TracChangeset for help on using the changeset viewer.