Changeset 60780c5 in mainline for src/build.mips32


Ignore:
Timestamp:
2005-09-12T13:48:11Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b50135
Parents:
e75cf11
Message:

Rename mips port to mips32.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/build.mips32

    re75cf11 r60780c5  
    99
    1010# Generate context_offset.h
    11 (cd ../tools/mips/;make gencontext;./gencontext)
    12 rm ../arch/mips/_link.ld
     11(cd ../tools/mips32/;make gencontext;./gencontext)
     12rm ../arch/mips32/_link.ld
    1313
    14 make all ARCH=mips MACHINE=$MACHINE
     14make all ARCH=mips32 MACHINE=$MACHINE
Note: See TracChangeset for help on using the changeset viewer.