This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [WIP] glibc: Use /lib/ld-linux-armhf.so.3 for ARM's -mfloat-abi=hardABI.


On Mon, 7 May 2012, Roland McGrath wrote:

> What I was using in my earlier experiments was "Ubuntu 4.4.3-4ubuntu5.1" on
> x86_64-linux-gnu native.  But I happen to have handy a GCC trunk from last
> week sometime built for --target=arm-linux-gnueabi:
> 
> 	$ ./xgcc -B./ -E -dM -std=c99 -x assembler-with-cpp /dev/null | grep '#define [^_]'

Ah, it appears "-x assembler-with-cpp" is the critical thing here that 
disables -std processing (I don't know why it does so, offhand).

-- 
Joseph S. Myers
joseph@codesourcery.com


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