Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 230505

Summary: mips32-unknown-linux-gnu fails on glibc-2.6.1
Product: Gentoo Linux Reporter: Tom Kerremans <harakiri>
Component: [OLD] GCC PortingAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: MIPS   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tom Kerremans 2008-07-02 11:56:13 UTC
I 'm trying to setup a crosscompile environment for a mips32 processor. Have emerged deep world, cleaned crossdev, still no success.
The short error reported in config.log is: 
configure:2779: checking for suffix of object files
configure:2800: gcc -c   -mabi=n32 conftest.c >&5
cc1: error: unrecognized command line option "-mabi=n32"


Reproducible: Always

Steps to Reproduce:
1. crossdev --target mips32-unknown-linux-gnu
2. actual error occurs with configure:
/var/tmp/cross/mips32-unknown-linux-gnu/portage/cross-mips32-unknown-linux-gnu/glibc-2.6.1/work/glibc-2.6.1/configure --disable-sanity-checks --enable-hacker-mode --enable-add-ons=nptl,ports --without-cvs --enable-bind-now --build=i686-pc-linux-gnu --host=mips32-unknown-linux-gnu --with-headers=/usr/mips32-unknown-linux-gnu/usr/include --prefix=/usr


3.
Comment 1 cyrillic 2008-07-21 18:09:51 UTC
Try running crossdev with the --without-headers option.
Comment 2 SpanKY gentoo-dev 2008-12-08 01:43:34 UTC

*** This bug has been marked as a duplicate of bug 235551 ***