Use gcc -E as preprocessor, as cpp will cause problems on OSX.
authorMichael Buesch <mb@bu3sch.de>
Mon, 26 May 2008 15:41:49 +0000 (17:41 +0200)
committerMichael 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

index 11e771901ec6285eb07d66d0affcbf2fb12cb611..0f2476aa34e86e108559f40e48f5bcfd4aec492e 100755 (executable)
@@ -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.