Changeset c801aba in rtems


Ignore:
Timestamp:
10/25/00 16:53:51 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7b0001f7
Parents:
0bbc89d
Message:

2000-10-24 Joel Sherrill <joel@…>

  • custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU definition since this information can be picked up from autoconf generated files. These BSPs are shared by the mips and mips64orion "ports."
Location:
make
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r0bbc89d rc801aba  
     1
     22000-10-24      Joel Sherrill <joel@OARcorp.com>
     3
     4        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
     5        definition since this information can be picked up from
     6        autoconf generated files.  These BSPs are shared by the
     7        mips and mips64orion "ports."
    18
    292000-10-18      Joel Sherrill <joel@OARcorp.com>
  • make/custom/p4600.cfg

    r0bbc89d rc801aba  
    77include $(RTEMS_ROOT)/make/custom/default.cfg
    88
    9 RTEMS_CPU=mips64orion
     9# I think we can get this from the generated target.cfg.
     10# RTEMS_CPU=mips
    1011RTEMS_CPU_MODEL=R4600
    1112
  • make/custom/p4650.cfg

    r0bbc89d rc801aba  
    77include $(RTEMS_ROOT)/make/custom/default.cfg
    88
    9 RTEMS_CPU=mips64orion
     9# I think we can get this from the generated target.cfg.
     10# RTEMS_CPU=mips
    1011RTEMS_CPU_MODEL=R4650
    1112
Note: See TracChangeset for help on using the changeset viewer.