summaryrefslogtreecommitdiff
path: root/BaseTools/Conf/tools_def.template
AgeCommit message (Expand)AuthorFilesLines
2019-01-08BaseTools/tools_def.template: strip trailing whitespaceLaszlo Ersek1-54/+54
2019-01-08BaseTools/tools_def.template: fix up LF-only line terminatorLaszlo Ersek1-1/+1
2019-01-08BaseTools/Conf/tools_def.template: drop ARM/AARCH support from GCC46/GCC47Ard Biesheuvel1-129/+14
2018-12-23BaseTools/tools_def ARM: use softfloat target for CLANG3xArd Biesheuvel1-2/+2
2018-12-19BaseTools/tools_def ARM: emit PIC veneersArd Biesheuvel1-1/+1
2018-12-13BaseTools/tools_def ARM CLANG35: work around -mno-movt option name changeArd Biesheuvel1-1/+1
2018-12-11BaseTools/tools_def AARCH64 RELEASE: move GCC49/GGC5 to 4 KB alignmentArd Biesheuvel1-12/+14
2018-11-02BaseTools tools_def.template: Add GCC link script option in ASLDLINK_FLAGSLiming Gao1-1/+1
2018-07-05BaseTools Conf: Update tools_def and build_rule to remove IPF settingLiming Gao1-773/+0
2018-06-25BaseTools tools_def.template: Ignore link warning 4281 for VS2017Liming Gao1-3/+3
2018-06-18BaseTools/tools_def CLANG35: add NOOPT build targetArd Biesheuvel1-2/+4
2018-06-18BaseTools/tools_def IA32: drop -no-pie linker option for GCC49Ard Biesheuvel1-4/+4
2018-06-12BaseTools/tools_def IA32: disable PIE code generation explicitlyArd Biesheuvel1-5/+5
2018-05-23BaseTools/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGSLaszlo Ersek1-1/+1
2018-05-21BaseTools: Separate HOST and PREFIX env for GCC tool chainLiming Gao1-7/+8
2018-05-07BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64Pete Batard1-4/+4
2018-03-19BaseTools/Conf: Add VS2017/ARM64 supportPete Batard1-2/+30
2018-02-28BaseTools/tools_def: use separate PP definition for DTCArd Biesheuvel1-7/+3
2018-02-07BaseTools/Conf: Add VS2017/ARM supportPete Batard1-0/+31
2018-02-06BaseTools/Conf: disable DTC legacy phandle formatArd Biesheuvel1-0/+1
2018-01-22BaseTools/tools_def CLANG3x: ignore unknown warning optionsArd Biesheuvel1-3/+3
2018-01-16BaseTools: Use nasm as the preferred assembly source files for XCODE5 toolLiming Gao1-1/+0
2018-01-16BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE targetLiming Gao1-3/+3
2018-01-16BaseTools: Disable warning varargs in XCODE5 align to CLANG38Liming Gao1-6/+6
2017-12-08BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG buildsArd Biesheuvel1-4/+4
2017-12-08BaseTools/tools_def CLANG38: add -Wno-unused-const-variableArd Biesheuvel1-1/+1
2017-12-08BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARMArd Biesheuvel1-3/+95
2017-11-29BaseTools: Add VS2017 tool chain in BaseTools tools_def.templateLiming Gao1-0/+126
2017-11-23BaseTools/tools_def AARCH64 ARM: suppres PIE sections via linker scriptArd Biesheuvel1-6/+7
2017-11-01BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sourcesArd Biesheuvel1-2/+2
2017-10-27BaseTools/tools_def: suppress GCC predefined macros in DTB compilationArd Biesheuvel1-1/+1
2017-10-27BaseTools/tools_def AARCH64 ARM: disable PIE linkingArd Biesheuvel1-2/+2
2017-09-19BaseTools/tools_def AARCH64: enable frame pointers for RELEASE buildsArd Biesheuvel1-5/+5
2017-09-08BaseTools/GCC: set -Wno-unused-const-variable on RELEASE buildsThomas Lamprecht1-8/+8
2017-08-31BaseTools/Gcc ARM AARCH64: add support for building device tree binariesArd Biesheuvel1-0/+19
2017-08-31BaseTools: Enable --whole-archive in GCC tool chain as the default optionLiming Gao1-2/+2
2017-08-29BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchainShi, Steven1-2/+3
2017-08-29BaseTools: Support /WHOLEARCHIVE option in VS2015 tool chainLiming Gao1-1/+5
2017-08-25BaseTools: Update tools_def to remove /Gw option in VS NOOPT targetLiming Gao1-16/+16
2017-08-25BaseTools: Add the missing -pie link option in GCC tool chainLiming Gao1-2/+2
2017-08-07BaseTools/Conf: apply nasmb, asm16 build rule orderChris Ruffin1-1/+1
2017-07-14BaseTools/tools_def AARCH64: avoid SIMD registers in XIP codeArd Biesheuvel1-1/+1
2017-07-14BaseTools/tools_def AARCH64: mark register x18 as reservedArd Biesheuvel1-1/+1
2017-07-05BaseTools: Update tools_def.template to remove old XCLANG and XCODE32Liming Gao1-176/+0
2017-06-23BaseTools: add /Gw to CC_FLAGS for VS2013 and higher tool chain tagsYonghong Zhu1-48/+48
2017-06-22BaseTools/tools_def: AARCH64: disable LTO type mismatch warningsArd Biesheuvel1-1/+1
2017-06-22BaseTools/tools_def GCC: ARM/AARCH64: drop -save-temps from command lineArd Biesheuvel1-3/+3
2017-06-01BaseTools/GCC ARM/AARCH64: Force disable PIEdann frazier1-2/+2
2017-05-19BaseTools: Clean up tools_def.template for XCODE5Michael Kinney1-26/+28
2017-05-19BaseTools: Add -D NO_MSABI_VARGS to X64 XCODE5 CC_FLAGSMichael Kinney1-3/+3