projects
/
b43-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d23a75
)
Use gcc -E as preprocessor, as cpp will cause problems on OSX.
author
Michael Buesch
<mb@bu3sch.de>
Mon, 26 May 2008 15:41:49 +0000
(17:41 +0200)
committer
Michael Buesch
<mb@bu3sch.de>
Mon, 26 May 2008 15:41:49 +0000
(17:41 +0200)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
assembler/b43-asm
patch
|
blob
|
history
diff --git
a/assembler/b43-asm
b/assembler/b43-asm
index 11e771901ec6285eb07d66d0affcbf2fb12cb611..0f2476aa34e86e108559f40e48f5bcfd4aec492e 100755
(executable)
--- a/
assembler/b43-asm
+++ b/
assembler/b43-asm
@@
-10,7
+10,7
@@
# The b43-asm backend binary
B43_ASM="b43-asm.bin"
# The C preprocessor binary
-CPP="
cpp
"
+CPP="
gcc -E
"
# This variable is changed by the installer scripts.