diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-22 03:48:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-22 03:50:11 -0300 |
commit | 82a4ff9852957845f0bd98d671f46f2422549101 (patch) | |
tree | 8c127ce10fb8c158115244179fcbab6ae7bbedcb | |
parent | b523ef3fcc174ba2348211c5bb8aa72a77554b0f (diff) | |
download | abslibre-82a4ff9852957845f0bd98d671f46f2422549101.tar.gz abslibre-82a4ff9852957845f0bd98d671f46f2422549101.tar.bz2 abslibre-82a4ff9852957845f0bd98d671f46f2422549101.zip |
linux-libre-pck: minor fix
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-pck/config.armv7h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 63f03ce43..4f31dfdd4 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -73,7 +73,7 @@ sha256sums=('f53e99866c751f21412737d1f06b0721e207f495c8c64f97dffb681795ee69a0' 'SKIP' '1ee68f86324752226e057a441b7ac7447799f94124123b02f423735f726904a5' '61531f78eca1725c582a7bd54ae253ce5ae5aa1d0259e2d86c85c860aedc3f46' - '90b9a6a2573fb01528f81f7ee57d1982a77fe0610e6433f9e8550e704bf48083' + '8566ab2fb29be8c8f89f45051812d7ca545e84541d0d51af74fbf18c436e458d' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' '989d87384f448e942fa8656f6c4ce7212670fdfbf5dde567ad9f31ec6e316976' diff --git a/libre/linux-libre-pck/config.armv7h b/libre/linux-libre-pck/config.armv7h index 2e209dd08..2820be761 100644 --- a/libre/linux-libre-pck/config.armv7h +++ b/libre/linux-libre-pck/config.armv7h @@ -161,7 +161,9 @@ CONFIG_RD_LZMA=y CONFIG_RD_XZ=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y -CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_CC_OPTIMIZE_DEFAULT=y +# CONFIG_CC_OPTIMIZE_HARDER is not set +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y CONFIG_ANON_INODES=y CONFIG_HAVE_UID16=y |