X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FConf%2Ftools_def.template;h=07be9dec58a4f04ec9a2d2a7440f47b43208747f;hp=1a0b577fe777d3cf96046406148613bcc6eb3838;hb=3b660b0c8b70cb12b7406467a8dbc6ab9d2cee0f;hpb=80b0426d70cb0e1101fe50cac560ca9f14e34e1a diff --git a/Tools/Conf/tools_def.template b/Tools/Conf/tools_def.template index 1a0b577fe7..07be9dec58 100644 --- a/Tools/Conf/tools_def.template +++ b/Tools/Conf/tools_def.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, Intel Corporation +# Copyright (c) 2006 - 2007 Intel Corporation.
# # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -413,6 +413,30 @@ RELEASE_VS2005PRO_X64_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /IGNORE:4086 /OPT:REF *_ELFGCC_IA32_*_PATH = /usr/bin +#################################################################################### +# +# UnixPkg CYGWIN GCC - This configuration is used to compile on CYGWIN environment for UnixPkg. +# +#################################################################################### + + +*_UNIXPKGCYGWINGCC_*_*_FAMILY = GCC + +*_UNIXPKGCYGWINGCC_IA32_CC_NAME = gcc +*_UNIXPKGCYGWINGCC_IA32_SLINK_NAME = ar +*_UNIXPKGCYGWINGCC_IA32_DLINK_NAME = ld +*_UNIXPKGCYGWINGCC_IA32_ASM_NAME = gcc +*_UNIXPKGCYGWINGCC_IA32_PP_NAME = gcc +*_UNIXPKGCYGWINGCC_IA32_VFRPP_NAME = gcc + +*_UNIXPKGCYGWINGCC_IA32_CC_FLAGS = -g -fshort-wchar -fno-strict-aliasing -Wall -malign-double -c -include ${DEST_DIR_DEBUG}/AutoGen.h -DSTRING_ARRAY_NAME=${BASE_NAME}Strings -IC:/cygwin/usr/X11R6/include +*_UNIXPKGCYGWINGCC_*_DLINK_FLAGS = -nostdlib -n -q -Ttext 0x220 --entry ${ENTRYPOINT} -u ${ENTRYPOINT} +*_UNIXPKGCYGWINGCC_*_ASM_FLAGS = -c -imacros ${DEST_DIR_DEBUG}/AutoGen.h -DASM_PFX(name)=_##name +*_UNIXPKGCYGWINGCC_*_PP_FLAGS = -E -x assembler-with-cpp -include ${DEST_DIR_DEBUG}/AutoGen.h +*_UNIXPKGCYGWINGCC_*_VFRPP_FLAGS = -x c -E -P -DVFRCOMPILE +*_UNIXPKGCYGWINGCC_*_ASM_EXT = .S + +*_UNIXPKGCYGWINGCC_IA32_*_PATH = C:/cygwin/bin #################################################################################### #