Changeset c061304 in rtems


Ignore:
Timestamp:
11/30/00 14:38:18 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cde0ec8
Parents:
4a14b7be
Message:

2000-11-30 Joel Sherrill <joel@…>

  • custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r4a14b7be rc061304  
     1
     22000-11-30      Joel Sherrill <joel@OARcorp.com>
     3
     4        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
     5        a mips1.  gcc translates -m3900 into that.
    16
    272000-11-27      Joel Sherrill <joel@OARcorp.com>
  • make/custom/jmr3904.cfg

    r4a14b7be rc061304  
    1616#  and (hopefully) optimize for it.
    1717#
    18 CPU_CFLAGS=-mips3 -g -G0
     18CPU_CFLAGS=-m3900 -g -G0
    1919
    2020# optimize flag: typically -0, could use -O4 or -fast
    2121# -O4 is ok for RTEMS
    22 CFLAGS_OPTIMIZE_V=-O1 -g
     22CFLAGS_OPTIMIZE_V=-O0 -g
    2323
    2424#  This section makes the target dependent options file.
Note: See TracChangeset for help on using the changeset viewer.