Philipp Christian Loewner wrote:
>> If you reread the note, it says "and you have specified CFLAGS in the 
>> environment...".  That *is* an environment variable.
> 
> Sorry, perhaps I didn't make clear what I meant exactly.
> After reading the note, I ran
> 
> export CFLAGS="$CFLAGS -ABI=32"
> 
> which didn't  work.

Of course.  The instruction is wrong.  Try

   export CFLAGS="$CFLAGS ABI=32"

just like the instruction says.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to