projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6129b1e
)
Fix win32-foreign-stack-unwind.impure test.
author
Stas Boukarev
<stassats@gmail.com>
Fri, 1 Feb 2013 11:51:58 +0000
(19:51 +0800)
committer
Stas Boukarev
<stassats@gmail.com>
Fri, 1 Feb 2013 11:51:58 +0000
(19:51 +0800)
Don't pass -mno-cygwin to gcc, it doesn't work with MinGW.
tests/win32-foreign-stack-unwind.impure.lisp
patch
|
blob
|
history
diff --git
a/tests/win32-foreign-stack-unwind.impure.lisp
b/tests/win32-foreign-stack-unwind.impure.lisp
index
99ff7c3
..
ba5727f
100755
(executable)
--- a/
tests/win32-foreign-stack-unwind.impure.lisp
+++ b/
tests/win32-foreign-stack-unwind.impure.lisp
@@
-22,8
+22,7
@@
;;; XXX XXX this should change to use run-compiler.sh, now that we have it
(defun run-compiler ()
- (let ((proc (run-program "gcc" '("win32-stack-unwind.c"
- "-mno-cygwin" "-shared"
+ (let ((proc (run-program "gcc" '("win32-stack-unwind.c" "-shared"
"-o" "win32-stack-unwind.dll")
:search t)))
(unless (zerop (process-exit-code proc))