File omphalos-no-march-native.patch of Package omphalos
diff --git a/Makefile.am b/Makefile.am index 6e51ad7..af4657b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,8 @@ BIN:=$(addsuffix $(EXEEXT),$(addprefix $(OMPHALOS)-,$(UI))) DFLAGS=-D_XOPEN_SOURCE_EXTENDED -include config.h #-finput-charset=UTF-8 DFLAGS+=-D_FORTIFY_SOURCE=2 AM_CPPFLAGS:=-DOMPHALOS_DATADIR=\"$(datadir)\" -CFLAGS=$(DFLAGS) -g -ggdb -march=native -pthread -I$(SRC) -fpic -fstrict-aliasing -fvisibility=hidden -Wall -W -Wextra -Wno-format-zero-length @CFLAGS@ $(AM_CPPFLAGS) -DBCFLAGS:=$(DFLAGS) -march=native -pthread -I$(SRC) -fpic -fstrict-aliasing -fvisibility=hidden -Wall -W -Wextra -Wno-format-zero-length -g -ggdb @CFLAGS@ $(AM_CPPFLAGS) +CFLAGS=$(DFLAGS) -g -ggdb -pthread -I$(SRC) -fpic -fstrict-aliasing -fvisibility=hidden -Wall -W -Wextra -Wno-format-zero-length @CFLAGS@ $(AM_CPPFLAGS) +DBCFLAGS:=$(DFLAGS) -pthread -I$(SRC) -fpic -fstrict-aliasing -fvisibility=hidden -Wall -W -Wextra -Wno-format-zero-length -g -ggdb @CFLAGS@ $(AM_CPPFLAGS) AM_CFLAGS:=$(CFLAGS) # FIXME can't use --default-symver with GNU gold LFLAGS:=-Wl,-O2,--enable-new-dtags,--as-needed,--warn-common $(LIBS)