------- Comment #4 from marekarturpenther at gmail dot com 2010-02-07 22:07 ------- Subject: Re: error in building libgcc; error: 'BITS_PER_UNIT' undeclared
BOOT_CFLAGS is same as CFLAGS: -mmmx -m3dnow -msse -march=athlon-xp -mtune=athlon-xp -O2 -pipe -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DUSE_3DNOW_PREFETCH STAGE1_CFLAGS is empty (not set) anyway I forcing using all setuped flags by invoking make with this flags before make, because I using chroot environment to build gcc. I started to use it, when I had problem with java, but I found out it is bug in gcc. On Sunday 07 February 2010 20:18, pinskia at gcc dot gnu dot org wrote: > ------- Comment #3 from pinskia at gcc dot gnu dot org 2010-02-07 20:18 > ------- How did you invoke configure and make? What are your env variables > settings for CFLAGS, STAGE1_CFLAGS and BOOT_CFLAGS? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42827