Changeset 81983e3 in mainline for HelenOS.config


Ignore:
Timestamp:
2010-02-17T14:11:07Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8da2a3
Parents:
101d9f4
Message:

add the possibility to compile abs32le with any cross-compiler which generates
32bit little endian code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r101d9f4 r81983e3  
    258258
    259259% Compiler
    260 @ "gcc_cross" GNU C Compiler (cross-compiler for IA-32)
     260@ "gcc_cross" GNU C Compiler (cross-compiler)
    261261@ "gcc_native" GNU C Compiler (native)
    262262@ "clang" Clang
    263263! [PLATFORM=abs32le] COMPILER (choice)
     264
     265
     266## Cross-compiler target for abstract architecture
     267
     268% Cross-compiler target
     269@ "arm32" ARM 32-bit
     270@ "ia32" Intel IA-32
     271@ "mips32" MIPS 32-bit
     272! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
    264273
    265274
Note: See TracChangeset for help on using the changeset viewer.