[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] libtool seems to ignore -EL
From: |
Pan ruochen |
Subject: |
Re: [bug-gnu-libiconv] libtool seems to ignore -EL |
Date: |
Fri, 30 Jul 2010 09:41:41 +0800 |
2010/7/29 Bruno Haible <address@hidden>:
> Your problem is that the option -EL is not being passed to the compiler.
> You had put it into CFLAGS. The description of CFLAGS in the Autoconf manual
> [1] says that it's for "Debugging and optimization options". It is OK in
> my opinion for libtool to remove debugging and optimization options.
>
> Can you instead try to set
> CC='mips-linux-gnu-gcc -mips32r2 -EL -muclibc -msoft-float'
> CFLAGS='-Os'
> LDFLAGS=''
> and configure libiconv-1.13.1 with that? If you still get the same error,
> then it's definitely a bug in libtool; please write to bug-libtool in
> this case.
>
> Bruno
>
You're right. I get no errors in your way.