mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Only supply x86-specific CXXFLAGS on i386 and amd64. Approved by: portmgr (build fix blanket)
5 lines
285 B
Text
5 lines
285 B
Text
--- flags.orig 2023-04-17 21:44:48 UTC
|
|
+++ flags
|
|
@@ -1 +1 @@
|
|
-CXXFLAGS+=-std=gnu++11 -Wall -W -frounding-math -fsignaling-nans -ffp-contract=off -msse2 -mfpmath=sse -pedantic -mfma -mno-fma4
|
|
+CXXFLAGS+=-std=gnu++11 -Wall -W -frounding-math -fsignaling-nans -ffp-contract=off -pedantic
|