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]

[patch] fix configure for powerpc altivec and spe


Builds of newlib for powerpc-none-eabispe and powerpc-none-eabialtivec
fail due to missing object files.  For each of those, additional objects
are needed but nothing is added to the makefile and there is no rule for
.c.o because the only defined source file is a .S.  It probably worked
at one time before many changes were made to the build machinery.

This patch moves the list of extra sources from configure to the
makefile, where they are defined with EXTRA_lib_a_SOURCES.  It also
fixes the name of one of the extra object files for altivec.

The patch includes the changes to Makefile.in and configure which were
regenerated using autoconf 2.68 and automake 1.11.6.

Tested with builds and light testing for powerpc-none-eabi,
powerpc-none-eabispe, and powerpc-none-eabialtivec.  OK?

Janis Johnson
CodeSourcery / Mentor Graphics

Attachment: newlib-20130715-1
Description: Text document


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