|
From: <oli...@us...> - 2012-06-07 16:14:09
|
Revision: 2534
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2534&view=rev
Author: oliviermartin
Date: 2012-06-07 16:14:02 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
BaseTools: removed '-combine' from tools_def.template
This option is not supported any more by the latest version of GCC (v4.6).
Note from the GCC mailing-list: The -combine option has been removed, it
has been very buggy and has been superceeded by -flto. Either drop it, or
build with -flto.
Signed-off-by: Olivier Martin <oli...@ar...>
Reviewed-by: Su Jikui <jik...@in...>
Modified Paths:
--------------
trunk/BaseTools/Conf/tools_def.template
Modified: trunk/BaseTools/Conf/tools_def.template
===================================================================
--- trunk/BaseTools/Conf/tools_def.template 2012-06-04 01:43:54 UTC (rev 2533)
+++ trunk/BaseTools/Conf/tools_def.template 2012-06-07 16:14:02 UTC (rev 2534)
@@ -4813,8 +4813,8 @@
*_ARMGCC_ARM_SLINK_FLAGS = -rc
*_ARMGCC_ARM_DLINK_FLAGS = $(ARCHDLINK_FLAGS) -Ttext=0x0 --oformat=elf32-littlearm --emit-relocs -nostdlib -u $(IMAGE_ENTRY_POINT) -e $(IMAGE_ENTRY_POINT) -Map $(DEST_DIR_DEBUG)/$(BASE_NAME).map
- DEBUG_ARMGCC_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) DEF(GCC_ARMGCC_CC_FLAGS) -combine -O0
-RELEASE_ARMGCC_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) DEF(GCC_ARMGCC_CC_FLAGS) -combine -Wno-unused
+ DEBUG_ARMGCC_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) DEF(GCC_ARMGCC_CC_FLAGS) -O0
+RELEASE_ARMGCC_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) DEF(GCC_ARMGCC_CC_FLAGS) -Wno-unused
####################################################################################
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|