A prefix for default library/include search paths
commit256f6e6200be1a73cbf663938213778624436cad
authorDaniel Glöckner <daniel-gl@gmx.net>
Fri, 5 Sep 2008 19:08:22 +0000 (5 21:08 +0200)
committergrischka <grischka>
Fri, 12 Sep 2008 20:22:58 +0000 (12 22:22 +0200)
tree4a17d991045978d8f6f92f5cb1b09082206c6235
parente8039673ad530fb5c268cf560ba0d2df95ec2fca
A prefix for default library/include search paths

This patch is useful for cross compilers. Without this patch tcc
tries to use the host's libraries, crt*.o and include files.
The patch prepends a string to all default paths. The string can
be passed to configure with --sysroot=string.

  Daniel
configure
tcc.c