On Fri, Nov 9, 2012 at 8:17 PM, R. Diez <[email protected]> wrote: > Hallo Peter: > > I'm getting this error message when building your Linux toolchain, GCC phase 1: > > PGAVIN_OR1K_GCC/gcc/config/or1k/linux-elf.h:27:9: error: attempt to use poisoned "TARGET_VERSION" > > I found this message, which may shed some light: > > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02173.html > > I just removed TARGET_VERSION from linux-elf.h and it seems to build fine without it. >
I've noticed this too, nice work digging up the mailinglist message about it. There is another issue with the muclibc/mglibc flag too, this is how I addressed this: https://github.com/skristiansson/or1k-gcc/commit/8750ecc93fdf6563c4bf5d6280181e80ead39c2b (note that this probably doesn't apply cleanly as is ontop of peters tree) Stefan
_______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
