A prefix for default library/include search paths
commitfe8de955b012369207f64dc79e5cb416c52ee9cf
authorDaniel Glöckner <daniel-gl@gmx.net>
Fri, 5 Sep 2008 19:08:22 +0000 (5 21:08 +0200)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 6 Sep 2008 08:54:29 +0000 (6 12:54 +0400)
tree576cdc106d171d5a98d187484e296aed0998476f
parentaa367f60b70d51a63fe0356e7476749b8a4b3347
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