diff options
author | Max Horn | 2006-04-17 08:38:26 +0000 |
---|---|---|
committer | Max Horn | 2006-04-17 08:38:26 +0000 |
commit | de250812e5e2a15fc3a1dddc9faae09f1c2df6d6 (patch) | |
tree | a612e6479a9a3e78e43b68f88d23cbf9f725dbdb /Makefile | |
parent | 092893a16d021a2391a3adfbb07db5f8bf9ee073 (diff) | |
download | scummvm-rg350-de250812e5e2a15fc3a1dddc9faae09f1c2df6d6.tar.gz scummvm-rg350-de250812e5e2a15fc3a1dddc9faae09f1c2df6d6.tar.bz2 scummvm-rg350-de250812e5e2a15fc3a1dddc9faae09f1c2df6d6.zip |
Removed my Altivec version of the hqx blitters, since it (a) didn't work with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it
svn-id: r21961
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -91,8 +91,7 @@ bundle: scummvm-static OSXOPT=/sw # Special target to create a static linked binary for Mac OS X. # We use -force_cpusubtype_ALL to ensure the binary runs on every -# PowerPC machine, even though we use Altivec code (we dynamically -# check whether Altivec is available before trying to run it). +# PowerPC machine. scummvm-static: $(OBJS) $(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o scummvm-static $(OBJS) \ `sdl-config --static-libs` \ |