- Timestamp:
- 2017-10-03T18:12:17Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a41cda7
- Parents:
- 0f28387
- Location:
- defaults
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r0f28387 ra0a273e 10 10 # Compiler 11 11 COMPILER = gcc_cross 12 13 # In case compiler is clang, whether or not to use its integrated assembler. 14 INTEGRATED_AS = default 12 15 13 16 # Debug build -
defaults/arm32/Makefile.config
r0f28387 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Debug build -
defaults/ia32/Makefile.config
r0f28387 ra0a273e 10 10 # Compiler 11 11 COMPILER = gcc_cross 12 13 # In case compiler is clang, whether or not to use its integrated assembler. 14 INTEGRATED_AS = default 12 15 13 16 # Debug build -
defaults/ia64/Makefile.config
r0f28387 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Debug build -
defaults/mips32/Makefile.config
r0f28387 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Debug build -
defaults/ppc32/Makefile.config
r0f28387 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Lazy FPU context switching -
defaults/sparc64/Makefile.config
r0f28387 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Support for SMP -
defaults/special/Makefile.config
r0f28387 ra0a273e 4 4 # Compiler 5 5 COMPILER = gcc_cross 6 7 # In case compiler is clang, whether or not to use its integrated assembler. 8 INTEGRATED_AS = default 6 9 7 10 # Support for SMP
Note:
See TracChangeset
for help on using the changeset viewer.