summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAllen Akin <akin@users.sourceforge.net>2006-09-19 05:34:08 +0000
committerAllen Akin <akin@users.sourceforge.net>2006-09-19 05:34:08 +0000
commitf4f50f43a3c43a2a19bdcab0baa801494ab4e609 (patch)
tree92a73717cc5aef01e829cddd578ca58805669860 /make
parent99cb8e65f66e0550396aace3a614cc91dbf3595c (diff)
arch=pentiumpro doesn't work on x86-64, and a more general solution for
local options is needed anyway.
Diffstat (limited to 'make')
-rw-r--r--make/common.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/common.mak b/make/common.mak
index 21314a4..9d6ac97 100644
--- a/make/common.mak
+++ b/make/common.mak
@@ -167,13 +167,11 @@ _INC=\
OPT:= # Optimization options
ifeq ($(PLATFORM), Unix)
_OPT=\
- -march=pentiumpro \
-O -fno-unroll-all-loops \
$(OPT)
endif # Unix
ifeq ($(PLATFORM), BeOS)
_OPT=\
- -march=pentiumpro \
-O3 -fno-unroll-all-loops \
$(OPT)
endif # BeOS