]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg/BaseCryptLib: drop build flags specific to GCC44
authorLaszlo Ersek <lersek@redhat.com>
Wed, 2 Jan 2019 20:24:40 +0000 (21:24 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 8 Jan 2019 01:39:43 +0000 (02:39 +0100)
We've removed BaseTools support for GCC44..GCC47. Drop
CryptoPkg/BaseCryptLib build flags that are specific to any of those gcc
versions.

No GCC44..GCC47 references remain under CryptoPkg after this patch.

Cc: Gang Wei <gang.wei@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1377
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf

index f29445ce340232266ea05000e3ed3a1725920728..0d81db2fbd7f376988ce9d7a75dd71b58b70c6a5 100644 (file)
@@ -96,8 +96,6 @@
   #\r
   MSFT:*_*_*_CC_FLAGS = /wd4090\r
 \r
-  GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
-\r
   # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
   # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
   RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
index e7b4b2f61855e2bdc6478f1ac1759c0ab073b506..4bcf064c56236000acb038b6b4fb8e0c00a4ff1b 100644 (file)
@@ -93,8 +93,6 @@
   #\r
   MSFT:*_*_*_CC_FLAGS = /wd4090 /wd4718\r
 \r
-  GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
-\r
   # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
   # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
   RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
index 32628c8835a647a017a5664a0ec1ee7cf95c0e4f..a6e433f6ced11579eaa5855ee060c79178393888 100644 (file)
   #\r
   MSFT:*_*_*_CC_FLAGS = /wd4090\r
 \r
-  GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
-\r
   # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
   # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
   RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
index 4829669c1f3fd7652ce4497c38cccaa2fb653f02..c34699cd62bfe2f72067b595c8c583b9d43d2684 100644 (file)
   #\r
   MSFT:*_*_*_CC_FLAGS = /wd4090\r
 \r
-  GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))"\r
   XCODE:*_*_*_CC_FLAGS = -mmmx -msse\r