diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2008-10-27 12:10:45 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-11-02 18:59:54 +0200 |
commit | 9a31deda122de170dbd3050ffd4d82ad1d86c893 (patch) | |
tree | 53947cf4197856fb36747ee31d89b3c3b07f4da7 /lua_scripts | |
parent | af42057939e601c37658e8134d09b76fbd23bd18 (diff) |
devel mode: Added rules for /usr/lib/gcc, useful when gcc comes from tools_root - Gcc failed when a separate toolchain was not used, this fixes that (a separate toolchain is not necessarily used when host arch == target arch)
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index a0febd5..1a65cdf 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -158,6 +158,7 @@ simple_chain = { -- there are exceptions: Some tools have private subdirectories -- there. + {prefix = "/usr/lib/gcc", map_to = tools, readonly = true}, {prefix = "/usr/lib/perl", map_to = tools, readonly = true}, {prefix = "/usr/lib/dpkg", map_to = tools, readonly = true}, {prefix = "/usr/lib/apt", map_to = tools, readonly = true}, |