Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373607 | Differences between
and this patch

Collapse All | Expand All

(-)make/include_GCC.mk.org (-1 / +1 lines)
Lines 12-18 Link Here
12
#ANSI_CFLAGS += -Wextra
12
#ANSI_CFLAGS += -Wextra
13
#ANSI_CFLAGS += -Wall
13
#ANSI_CFLAGS += -Wall
14
14
15
CFLAGS   =  -O2  -Wno-format -Wno-nonnull -std=c99
15
CFLAGS   =  -O2  -Wno-format -Wno-nonnull -std=c99 -Wa,--noexecstack
16
FCFLAGS  = -module ./  # ifort
16
FCFLAGS  = -module ./  # ifort
17
#FCFLAGS  = -J ./  -fsyntax-only  #gfortran
17
#FCFLAGS  = -J ./  -fsyntax-only  #gfortran
18
PASFLAGS  = x86-64
18
PASFLAGS  = x86-64

Return to bug 373607