index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-02 19:39:36 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-02 19:39:36 +0000 |
commit | 9e5ade11313636f9510ecc3bf06190beaba1446b (patch) | |
tree | e7069245eb1d97d79dbd8e7ad3a5d596b8a2ce7b | |
parent | 5affab6a8842e012e875f1a569ad9208299fb082 (diff) |
-rw-r--r-- | core/gcc/PKGBUILD | 8 |
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 0fe8efff..73360a5e 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -107,6 +107,14 @@ if [ "${CARCH}" = "i486" ]; then ' )" + # disable CET (Control Flow instructions endbr32/enbr64) + eval "$( + declare -f build | \ + sed ' + s/--enable-cet=auto/--disable-cet/ + ' + )" + fi |