Re: Problem with multilib paths in a Canadian build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It looks like the pathing problem occurs at this point...

perl ../.././gcc/../contrib/texi2pod.pl
../.././gcc/doc/include/gpl_v3.texi > gpl.pod
echo timestamp > doc/gpl.7
(pod2man --center="GNU" --release="gcc-4.7.2" --date=2012-09-20
--section=7 gpl.pod > doc/gpl.7.T$$ && \
        mv -f doc/gpl.7.T$$ doc/gpl.7) || \
        (rm -f doc/gpl.7.T$$ && exit 1)
rm cpp.pod gcc.pod
make[5]: Leaving directory
`/home/jonsmirl/openwrt/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/gcc-4.7.2/host-mipsel/gcc'
---> this multilib process is being done in .....9.33.2/gcc-4.7.2
instead of .....9.33.2/gcc-4.7.2/host-mipsel
Checking multilib configuration for libgcc...
mkdir -p -- avr/libgcc
Configuring in avr/libgcc

Am I pursuing the right way of fixing this by moving the multilib
process into host-mipsel?

--
Jon Smirl
jonsmirl@xxxxxxxxx




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux