https://bz.apache.org/bugzilla/show_bug.cgi?id=61418

--- Comment #3 from Reindl Harald <[email protected]> ---
> report something more concrete

what more concrete than setting CPP to "gcc -m64 -O2 -g0 -mfpmath=sse -mavx
-msse2avx -march=sandybridge -mtune=sandybridge..." is plain wrong because you
override explicit configuration in the spec file below

# optimized compiler flags
export CFLAGS="%{optflags} %{O3_flags} -flto -ffat-lto-objects -fuse-ld=gold
-fuse-linker-plugin -Wa,--noexecstack"
export CXXFLAGS="$CFLAGS"
export CC="gcc $CFLAGS"
export SH_LDFLAGS="-Wl,--as-needed -Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack
-Wl,-z,nodump %{optflags} %{O3_flags} -flto -ffat-lto-objects -fuse-ld=gold
-fuse-linker-plugin -Wa,--noexecstack"
export LDFLAGS="$SH_LDFLAGS -pie -fPIE"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to