From f702e5270db5bd4576765c8415c456e443513006 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 15 Jun 2011 21:57:06 +0200 Subject: added better sse2 filter implementation to ape plugin; added yasm support --- yasmwrapper.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 yasmwrapper.sh (limited to 'yasmwrapper.sh') diff --git a/yasmwrapper.sh b/yasmwrapper.sh new file mode 100755 index 00000000..1d0170f1 --- /dev/null +++ b/yasmwrapper.sh @@ -0,0 +1,10 @@ +#!/bin/bash +ARGS="" +for i in $@ ; do + #if [ "$i" != "-fPIC" ] && [ "$i" != "-DPIC" ]; then + if [ "$i" != "-fPIC" ]; then + ARGS="$ARGS $i" + fi +done +echo "exec: yasm $ARGS" +yasm $ARGS -- cgit v1.2.3