Changeset 5b4f9e1 in mainline for uspace.config


Ignore:
Timestamp:
2006-05-21T20:56:14Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6862338
Parents:
233fead
Message:

initial ppc64 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace.config

    r233fead r5b4f9e1  
    88@ "mips32eb" MIPS 32-bit Big Endian
    99@ "ppc32" PowerPC 32-bit
     10@ "ppc64" PowerPC 64-bit
    1011! ARCH (choice)
    1112
     
    1516! [ARCH=ia32] IA32_COMPILER (choice)
    1617% [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
     18
     19# PPC32 Compiler
     20@ "cross" Cross-compiler
     21@ "native" Native
     22! [ARCH=ppc32] PPC32_COMPILER (choice)
     23% [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER
     24
     25# PPC64 Compiler
     26@ "cross" Cross-compiler
     27@ "native" Native
     28! [ARCH=ppc64] PPC64_COMPILER (choice)
     29% [ARCH=ppc64] SAVEAS PPC64_COMPILER COMPILER
Note: See TracChangeset for help on using the changeset viewer.