Hello,

2010/9/26 Hector Oron <[email protected]>:

> diff -Naur dietlibc-0.32/diet.c dietlibc-0.32.new//diet.c
> --- dietlibc-0.32/diet.c        2009-03-16 23:17:58.000000000 +0000
> +++ dietlibc-0.32.new//diet.c   2010-09-26 17:26:38.000000000 +0000
> @@ -33,7 +33,7 @@
>   "sparc64","-Os","-m64","-mhard-quad-float",0,
>   "alpha","-Os","-fomit-frame-pointer",0,
>  #ifdef __ARM_EABI__
> -  "arm","-Os","-fomit-frame-pointer","-mfloat-abi=soft","-meabi=4",0,
> +  "arm","-Os","-fomit-frame-pointer","-mfloat-abi=soft",0,

Oh! I just realize that upstream passes -meabi=4 option via GCC but it
really is an assembler/linker option, so it could be kept by changing
"-Wl,meabi=4", let me know if you want me to test it, otherwise,
compiler automatically passes meabi=5 by default.

>  #else
>   "arm","-Os","-fomit-frame-pointer",0,
>  #endif

Best regards,
  -- Hector Oron



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to