This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: AC_NO_EXECUTABLES in libc/machine/sh


Nick Clifton wrote:
Hi Jeff,

I have just checked in a patch to handle the overrides properly.


Thanks!

I basically made sure that all the assembler code are .S files instead of .s


Will this still be a problem on file systems with case-insensitive file naming ?


The renaming was to force the .S.o rule which uses the compiler to assemble. There is an inherent support problem if the build system can't distinguish .S from .s files because .S files require preprocessing.


-- Jeff J.


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