notaz.gp2x.de
/
ia32rtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3682b4b
)
run_imp: allow to specify mingw
author
notaz
<notasas@gmail.com>
Fri, 20 Mar 2015 20:41:03 +0000
(22:41 +0200)
committer
notaz
<notasas@gmail.com>
Fri, 20 Mar 2015 20:41:03 +0000
(22:41 +0200)
run_imp.sh
patch
|
blob
|
blame
|
history
diff --git
a/run_imp.sh
b/run_imp.sh
index
7c542be
..
665b3f9
100755
(executable)
--- a/
run_imp.sh
+++ b/
run_imp.sh
@@
-1,6
+1,8
@@
#!/bin/sh
-mingwb=i686-w64-mingw32
+# warning: i686-w64-mingw32- on Ubuntu 14.04
+# contains broken InterlockedDecrement
+test -n "$mingwb" || mingwb=i686-w64-mingw32
target_s=$1
src_asm=$2