This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM fix for big endian linux-elf targets


On Mon, Nov 14, 2005 at 09:55:28PM +0100, Sebastian Pop wrote:
>  	case ${target} in
> +	arm*b-*-linux*)
> +	    tm_file="$tm_file arm/linux-elfb.h"
> +	    ;;
>  	arm*-*-linux-gnueabi)
>  	    tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
>  	    tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"

No, please put this after the EABI case; your patch would make
armeb-linux-gnueabi configure as an old-ABI compiler.

Bonus points for fixing the EABI case too...

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]