Change History (7)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
It is caused by the gcc_tooldir variable in gcc-build/gcc/Makefile However, overriding it like "make gcc_tooldir=/usr install" doesn't work, and any other clean way of doing it using a sed somewhere is making it more complicated than necessarry. /usr/<arch> doesn't seem to be used at all anywhere else (I saw a reference to cross-compiler that uses gcc_tooldir) so I'd say we just add "rm -r /usr/<arch>". I'm sending an RFC to lfs-dev to get more opinions.
comment:6 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Just to make sure: make it so that gcc won't create that directory anymore