From: Michael Buesch Date: Mon, 26 May 2008 15:41:49 +0000 (+0200) Subject: Use gcc -E as preprocessor, as cpp will cause problems on OSX. X-Git-Tag: b43-fwcutter-013~48 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=1a3add45d788768f4eebe333f488e7a22a89305e Use gcc -E as preprocessor, as cpp will cause problems on OSX. Signed-off-by: Michael Buesch --- diff --git a/assembler/b43-asm b/assembler/b43-asm index 11e7719..0f2476a 100755 --- 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.