add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh utility...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:11:45 +0000 (03:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:11:45 +0000 (03:11 +0000)
commit6df3af8a3695a3b204d87e2ba032953bce693c56
tree7de1e30d2d0440cf83c4977dfe33732c4ad08c49
parent5b7668ca44e6d6e2bcf175e7f64093bd1b71db19
add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues.

SVN-Revision: 29767
scripts/patch-specs.sh [new file with mode: 0755]