Fixed gcc warnings on -m486 flag, and use pentium instead.

This commit is contained in:
guillemj
2003-06-29 18:28:55 +00:00
parent 5dd058b7ae
commit 03622b4b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ endif
# assembly language in grDrawTriangle. Larger optimization removes
# an extra push in the calling sequence.
#
CNODEBUG = -O6 -m486 -fomit-frame-pointer -funroll-loops \
CNODEBUG = -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \
-fexpensive-optimizations -ffast-math -DBIG_OPT
CDEBUG = -g -O

View File

@@ -120,7 +120,7 @@ endif
# assembly language in grDrawTriangle. Larger optimization removes
# an extra push in the calling sequence.
#
CNODEBUG = -O6 -m486 -fomit-frame-pointer -funroll-loops \
CNODEBUG = -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \
-fexpensive-optimizations -ffast-math -DBIG_OPT
CDEBUG = -g -O