Changeset a3b3b05e in mainline


Ignore:
Timestamp:
2006-02-04T12:08:50Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7e65d4
Parents:
cae14bd
Message:

Allow ia32 native compiler for uspace.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcae14bd ra3b3b05e  
    6161
    6262$(BUILDS):
    63         $(MAKE) -C $(basename $@) all ARCH=$(ARCH)
     63        $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER)
  • uspace.config

    rcae14bd ra3b3b05e  
    55@ "mips32" MIPS 32-bit
    66! ARCH (choice)
     7
     8# IA32 Compiler
     9@ "cross" Cross-compiler
     10@ "native" Native
     11! [ARCH=ia32] IA32_COMPILER (choice)
     12% [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
Note: See TracChangeset for help on using the changeset viewer.