Changeset 941d1e9 in mainline for build.ia32


Ignore:
Timestamp:
2005-09-29T22:47:42Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
922c7ce
Parents:
40a468a
Message:

Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.

Small changes elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.ia32

    r40a468a r941d1e9  
    33COMPILER=""
    44
    5 if [ $1 == "cross" ];
     5if [ $1 == "native" ];
    66then
    7         COMPILER="CROSS_COMPILER=yes";
     7        COMPILER="NATIVE_COMPILER=yes";
    88fi;
    99
Note: See TracChangeset for help on using the changeset viewer.