QuickTun icon indicating copy to clipboard operation
QuickTun copied to clipboard

Check if $cc and $ARCH variables exist from command line

Open neilalexander opened this issue 7 years ago • 0 comments

When using crossbuild to target MIPS, for example, the attached patches allow specifying some architecture-specific parameters on the command line:

cc="mipsel-linux-gnu-cc" ARCH="mipsel" LDFLAGS="-L./tmp/lib" ./build.sh

neilalexander avatar Mar 13 '17 10:03 neilalexander