Changeset f3287e5 in mainline


Ignore:
Timestamp:
2013-10-18T06:01:13Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f9450b
Parents:
2923c7b
Message:

Mark HelenOS-specific toolchain as experimental

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r2923c7b rf3287e5  
    291291@ "gcc_cross" GNU C Compiler (cross-compiler)
    292292@ "gcc_native" GNU C Compiler (native)
    293 @ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
     293@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    294294@ "icc" Intel C Compiler
    295295@ "clang" Clang
     
    300300@ "gcc_native" GNU C Compiler (native)
    301301@ "icc" Intel C Compiler
    302 @ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
     302@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    303303! [PLATFORM=ia64] COMPILER (choice)
    304304
     
    306306@ "gcc_cross" GNU C Compiler (cross-compiler)
    307307@ "gcc_native" GNU C Compiler (native)
    308 @ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
     308@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    309309! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
    310310
     
    312312@ "gcc_cross" GNU C Compiler (cross-compiler)
    313313@ "gcc_native" GNU C Compiler (native)
    314 @ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
     314@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    315315@ "clang" Clang
    316316! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)
  • tools/toolchain.sh

    r2923c7b rf3287e5  
    174174        echo "default. The settings can be changed by setting environment"
    175175        echo "variable CROSS_HELENOS_PREFIX."
     176        echo "Using the HelenOS-specific toolchain is still an experimental"
     177        echo "feature that is not fully supported."
    176178        echo
    177179       
Note: See TracChangeset for help on using the changeset viewer.