diff options
Diffstat (limited to 'etc/defaults/CC')
-rw-r--r-- | etc/defaults/CC/TARGETS.boringssl | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/defaults/CC/TARGETS.boringssl b/etc/defaults/CC/TARGETS.boringssl index c405ff21..f65a0ce0 100644 --- a/etc/defaults/CC/TARGETS.boringssl +++ b/etc/defaults/CC/TARGETS.boringssl @@ -5,7 +5,7 @@ , "ADD_CFLAGS": { "type": "++" , "$1": - [ ["-std=gnu17"] + [ ["-std=gnu17", "-DBORINGSSL_IMPLEMENTATION"] , { "type": "let*" , "bindings": [ [ "OS" @@ -78,10 +78,6 @@ , "$1": [ { "type": "==" , "$1": {"type": "var", "name": "PLATFORM"} - , "$2": "linux_ppc64le" - } - , { "type": "==" - , "$1": {"type": "var", "name": "PLATFORM"} , "$2": "linux_x86_64" } , { "type": "==" @@ -123,7 +119,7 @@ , "ADD_CXXFLAGS": { "type": "++" , "$1": - [ ["-std=c++20"] + [ ["-std=c++20", "-DBORINGSSL_IMPLEMENTATION"] , { "type": "let*" , "bindings": [ [ "OS" @@ -173,10 +169,6 @@ , "$1": [ { "type": "==" , "$1": {"type": "var", "name": "PLATFORM"} - , "$2": "linux_ppc64le" - } - , { "type": "==" - , "$1": {"type": "var", "name": "PLATFORM"} , "$2": "linux_x86_64" } , { "type": "==" |