Changeset d630139 in mainline for Makefile


Ignore:
Timestamp:
2007-02-12T19:13:55Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f6a3376
Parents:
bea09de6
Message:

Add arm32 architecture. The 32 suffix is used to specify that 16-bit Thumb
instructions are not used. The arm32 code is mostly composed of placeholders
that need to be replaced by real implementation. So far, the arm32 tree
only compiles. If run under GXEmul simulator, an infinit loop at the
kernel entry point will be entered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rbea09de6 rd630139  
    4040        UARCH = amd64
    4141        BARCH = amd64
     42endif
     43
     44ifeq ($(PLATFORM),arm32)
     45        KARCH = arm32
     46        UARCH = arm32
     47        BARCH = arm32
    4248endif
    4349
Note: See TracChangeset for help on using the changeset viewer.