This is the mail archive of the libc-help@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]

how to compile glibc to pure arm instructions?


Hi guys,

When I compile eglibc for ARM32 platform. I find ports/sysdeps/arm/armv6t2/memchr.S
allways be translated to thumb instructions. There is a macro named "NO_THUMB" in
this file. However I can't define this NO_THUMB through configration.

So my question is how can I compile glibc into pure arm instructions through
configration, rather than modifing makefile?

If not possible, is it necessary to add an interface for this?

Thanks,
Liu Hua


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