X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=assembler%2Fb43-asm;h=0f2476aa34e86e108559f40e48f5bcfd4aec492e;hb=9486a944fe6f0a8e839cdf2d1b1118e225cd2289;hp=2fbccce35f9e1d1447af5fee8232cbd51587e9b0;hpb=80d4431cde7dec47d2cd549ec581cc98dab67d5d;p=b43-tools.git diff --git a/assembler/b43-asm b/assembler/b43-asm index 2fbccce..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. @@ -48,4 +48,4 @@ if [ "$infile" != "-" ]; then fi fi -$CPP -x c++ -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" $@ +$CPP -x c++ -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" --__real_infile "$infile" $@