Skip to content
Snippets Groups Projects
Commit ae3e2030 authored by Raymond Toy's avatar Raymond Toy
Browse files

-march=pentium4 imples -msse2, so drop the latter.

parent 55767f82
No related branches found
No related tags found
No related merge requests found
# -*- Mode: makefile -*-
include Config.x86_common
CPPFLAGS += -m32 -rdynamic -D__NO_CTYPE -D_GNU_SOURCE -march=pentium4 -mfpmath=sse -msse2
CPPFLAGS += -m32 -rdynamic -D__NO_CTYPE -D_GNU_SOURCE -march=pentium4 -mfpmath=sse
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
ASSEM_SRC += linux-stubs.S
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment