Changeset 941d1e9 in mainline for Makefile.config


Ignore:
Timestamp:
2005-09-29T22:47:42Z (20 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
  • Makefile.config

    r40a468a r941d1e9  
    55#ARCH=amd64
    66
    7 # If this is yes, then cross compiler will be used instead of host compiler
    8 CROSS_COMPILER=no
     7# If this is yes, then the native compiler will be used instead of cross compiler
     8NATIVE_COMPILER=no
    99
    1010# Support for symetric multiprocessors
Note: See TracChangeset for help on using the changeset viewer.