diff options
author | Sam Lantinga <slouken@libsdl.org> | 2007-08-15 08:21:10 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2007-08-15 08:21:10 +0000 |
commit | 37fe3a93e6ec7f68a6edeadca7c287dfc7e54c94 (patch) | |
tree | 6f752723200ddb31ed9970eddfeebd3cc78fb4da /build-scripts | |
parent | 92c5ea48ab13cc3202a8eadfed2b365354d7bfa4 (diff) |
Removed hermes since it's LGPL and not compatible with a commercial license.
Prepping for using MMX and SSE intrinsics instead of inline assembly.
.. except for memcpy equivalents which only get faster if they can
exploit the parallelism of loading into multiple SIMD registers. :)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402609
Diffstat (limited to 'build-scripts')
-rwxr-xr-x | build-scripts/makedep.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build-scripts/makedep.sh b/build-scripts/makedep.sh index ceffe275..1355f225 100755 --- a/build-scripts/makedep.sh +++ b/build-scripts/makedep.sh @@ -67,12 +67,6 @@ __EOF__ __EOF__ ;; - asm) cat >>${output}.new <<__EOF__ - - \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@ - -__EOF__ - ;; S) cat >>${output}.new <<__EOF__ \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ |