spec: allow setting ldflags
This commit is contained in:
@@ -123,7 +123,7 @@ default:
|
||||
# path. You can adjust it, or add lines for other environment variables.
|
||||
# See: https://www.spec.org/cpu2017/Docs/config.html#preenv
|
||||
# and: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
|
||||
LDFLAGS = -L %{gcc_dir}/lib -static
|
||||
LDFLAGS = @@LDFLAGS@@
|
||||
|
||||
LIBS = %{gcc_dir}/lib/libpgmath.a %{gcc_dir}/lib/libflang.a %{gcc_dir}/lib/libflangrti.a -lompstub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user