mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
See: https://github.com/gentoo/gentoo/pull/43203 Closes: https://bugs.gentoo.org/792567 Closes: https://bugs.gentoo.org/944419 Closes: https://bugs.gentoo.org/753605 Signed-off-by: Hank Leininger <hlein@korelogic.com> Part-of: https://github.com/gentoo/gentoo/pull/43203 Closes: https://github.com/gentoo/gentoo/pull/43203 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
13 lines
303 B
Diff
13 lines
303 B
Diff
Adapted from https://mirrors.slackware.com/slackware/slackware-current/source/a/lilo/lilo.gcc15.diff
|
|
--- a/make.vars
|
|
+++ b/make.vars
|
|
@@ -80,7 +80,7 @@
|
|
MAN_DIR=/usr/share/man
|
|
|
|
# set the compiler optimization level
|
|
-OPT=-Os
|
|
+OPT=-Os -std=gnu17
|
|
|
|
### End of configuration variables for makefiles ###
|
|
|