Changeset f3287e5 in mainline
- Timestamp:
- 2013-10-18T06:01:13Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f9450b
- Parents:
- 2923c7b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r2923c7b rf3287e5 291 291 @ "gcc_cross" GNU C Compiler (cross-compiler) 292 292 @ "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) 294 294 @ "icc" Intel C Compiler 295 295 @ "clang" Clang … … 300 300 @ "gcc_native" GNU C Compiler (native) 301 301 @ "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) 303 303 ! [PLATFORM=ia64] COMPILER (choice) 304 304 … … 306 306 @ "gcc_cross" GNU C Compiler (cross-compiler) 307 307 @ "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) 309 309 ! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice) 310 310 … … 312 312 @ "gcc_cross" GNU C Compiler (cross-compiler) 313 313 @ "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) 315 315 @ "clang" Clang 316 316 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice) -
tools/toolchain.sh
r2923c7b rf3287e5 174 174 echo "default. The settings can be changed by setting environment" 175 175 echo "variable CROSS_HELENOS_PREFIX." 176 echo "Using the HelenOS-specific toolchain is still an experimental" 177 echo "feature that is not fully supported." 176 178 echo 177 179
Note:
See TracChangeset
for help on using the changeset viewer.