|
|
# PPC 7400 (aka G4). To be precise, the vector instructions are new | # PPC 7400 (aka G4). To be precise, the vector instructions are new |
# in the four digit model number PowerPC processors (aka G4), but gcc | # in the four digit model number PowerPC processors (aka G4), but gcc |
# cannot (as of February 2003) use them automatically anyway! [trf] | # cannot (as of February 2003) use them automatically anyway! [trf] |
for pov_flags in "-mpowerpc" "-mcpu=750 -mtune=7450" "-mmultiple" "-mstring" "-mfused-madd"; do |
if "$host" != powerpc64* ; then |
|
for pov_flags in "-mpowerpc" "-mcpu=750 -mtune=7450"; do |
|
POV_PROG_CXX_FLAGS([$pov_flags], |
|
[if test "$subdirs"; then { POV_PROG_CC_FLAGS([$pov_flags]) }; fi] |
|
) |
|
done |
|
fi |
|
for pov_flags in "-mmultiple" "-mstring" "-mfused-madd"; do |
POV_PROG_CXX_FLAGS([$pov_flags], | POV_PROG_CXX_FLAGS([$pov_flags], |
[if test "$subdirs"; then { POV_PROG_CC_FLAGS([$pov_flags]) }; fi] |
[if test "$subdirs"; then { POV_PROG_CC_FLAGS([$pov_flags]) }; fi] |
) | ) |
done | done |
|
|
;; | ;; |
| |
sparc-*) | sparc-*) |