diff build-scripts/makedep.sh @ 2247:93994f65c74c

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. :)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 15 Aug 2007 08:21:10 +0000
parents 9f64d06fa168
children
line wrap: on
line diff
--- a/build-scripts/makedep.sh	Wed Aug 15 04:04:17 2007 +0000
+++ b/build-scripts/makedep.sh	Wed Aug 15 08:21:10 2007 +0000
@@ -67,12 +67,6 @@
 
 __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 \$@