summaryrefslogtreecommitdiffstats
path: root/BaseTools/Conf/tools_def.template
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Add -D NO_MSABI_VARGS to X64 XCODE5 CC_FLAGSMichael Kinney2017-05-191-3/+3
* BaseTools: Add option in CLANG38 to disable warning unknown-warning-optionLiming Gao2017-04-111-1/+1
* BaseTools: Update tools_def.template to add -fno-builtin in GCC tool chainLiming Gao2017-04-061-7/+7
* BaseTools/GCC AARCH64: force disable PIC code generationArd Biesheuvel2017-03-311-1/+1
* BaseTools: Add Brotli algorithm toolSong, BinX2017-03-291-0/+6
* BaseTools/tools_def: Use armv7-a for CLANG35 ARM compilations.Marvin Haeuser2017-03-221-1/+1
* BaseTools: Add NOOPT target in CLANG38 tool chainLiming Gao2017-02-131-9/+25
* BaseTools tools_def.txt: Include AutoGen.h in GCC ASLPP_FLAGSLiming Gao2016-11-161-5/+5
* BaseTools tools_def.txt: Remove -P option in GCC ASLPP_FLAGSLiming Gao2016-11-161-2/+2
* BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu2016-11-021-46/+44
* BaseTools: support the NOOPT target with the GCC tool chainsYonghong Zhu2016-10-121-25/+73
* BaseTools/tools_def AARCH64: enable frame pointers for DEBUG buildsArd Biesheuvel2016-09-071-6/+6
* BaseTools: Add the PKCS7 toolYonghong Zhu2016-08-191-0/+6
* BaseTools-CLANG38: Add -O3 in DLINK2 flagShi, Steven2016-08-191-2/+2
* BaseTools RVCT: ignore various RVC diagnosticsArd Biesheuvel2016-08-121-1/+1
* BaseTools ARM AARCH64: drop redundant compiler argumentsArd Biesheuvel2016-08-121-2/+2
* BaseTools-Conf:Introduce CLANG38 new toolchain for x86Shi, Steven2016-08-101-0/+87
* BaseTools ARM: impose strict alignment only for XIP modulesArd Biesheuvel2016-08-091-4/+16
* BaseTools CLANG35: add missing XIP flags for AARCH64Ard Biesheuvel2016-08-091-0/+1
* BaseTools GCC/ARM: add -fno-builtin to CC flagsArd Biesheuvel2016-08-051-1/+1
* BaseTools GCC5: disable warnings-as-errors for nowArd Biesheuvel2016-08-031-4/+4
* BaseTools GCC: move -c compiler flag to build rulesArd Biesheuvel2016-08-031-6/+6
* BaseTools AARCH64: override XIP module linker alignment to 32 bytesArd Biesheuvel2016-08-021-0/+3
* BaseTools GCC: introduce GCC5 toolchain to support GCC v5.x in LTO modeArd Biesheuvel2016-08-021-0/+164
* BaseTools GCC: use 'gcc' as the linker command for GCC44 and laterArd Biesheuvel2016-08-021-86/+84
* BaseTools UNIXGCC ELFGCC CYGGCC: clone GCC build rule family into GCCLDArd Biesheuvel2016-08-021-0/+4
* BaseTools CLANG35: drop problematic use-movt and save-temps optionsArd Biesheuvel2016-08-021-6/+6
* BaseTools/tools_def: switch GCC/X64 to the PIE small modelArd Biesheuvel2016-07-211-1/+1
* BaseTools/tools_def: enable Os optimization for GCC X64 buildsArd Biesheuvel2016-07-211-1/+1
* BaseTools/tools_def.template: bump minimum required NASM versionsLaszlo Ersek2016-07-181-1/+3
* BaseTools: use unsigned chars on ARM architecturesLeif Lindholm2016-04-121-2/+2
* BaseTools: Remove /Oi from Visual Studio tool chains.Cinnamon Shia2016-04-081-145/+146
* BaseTools AARCH64: move DEBUG GCC49 to the small code modelArd Biesheuvel2016-03-251-4/+6
* BaseTools/GCC: set -Wno-unused-but-set-variables only on RELEASE buildsArd Biesheuvel2016-03-251-10/+26
* BaseTools/tools_def.txt: Add -march=i586 for IA32 GCC targetsMichael Kinney2016-02-241-2/+2
* BaseTools AARCH64: build XIP modules with strict alignmentArd Biesheuvel2016-01-111-1/+8
* BaseTools CLANG35: use -target in PP flags as wellArd Biesheuvel2016-01-041-6/+6
* BaseTools CLANG35: use linux-gnu target triplets explicitlyArd Biesheuvel2016-01-041-4/+7
* BaseTools ARM: add CLANG35 supportArd Biesheuvel2015-12-151-3/+25
* BaseTools RVCT: use scatter file to enforce minimum section alignmentArd Biesheuvel2015-12-141-1/+1
* BaseTools GCC: avoid the use of COMMON symbolsArd Biesheuvel2015-12-081-2/+2
* BaseTools: Add VS2015 tool chain in tools_def.templateWang Yu2015-12-031-4/+515
* BaseTools RVCT: add preprocessor preinclude for AutoGen.hEugene Cohen2015-12-021-1/+1
* BaseTools GCC: move PECOFF_HEADER_SIZE definition before LD scriptArd Biesheuvel2015-11-091-2/+2
* BaseTools/AARCH64: use large code model for GCC <= 4.8Ard Biesheuvel2015-10-021-3/+3
* BaseTools/ARM: move to unified GCC linker scriptArd Biesheuvel2015-10-011-1/+9
* BaseTools/GenFw: disable RVCT linker size optimizationArd Biesheuvel2015-09-241-1/+1
* BaseTools AARCH64: use tiny code model by defaultArd Biesheuvel2015-08-201-1/+1
* BaseTools: Add /arch:IA32 option in VS2012 and VS2013Liming Gao2015-08-181-24/+24
* BaseTools GCC: prevent unaligned memory accesses on ARM GCC 4.6Ard Biesheuvel2015-08-171-2/+2