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]libc/Makefile.am: target `posix/stmp-def' given more than once in the same rule.


Hi,

Building newlib issues the warning from the subject.

Cause of this is "posix/stmp-def" being specified twice in
libc/Makefile.am's SUBDEFS - Once through LIBC_POSIX_DEF and once through a hard-coded posix/stmp-def.


The patch below removes the hard-coded version.

Ralf

Attachment: newlib-libc-Makefile.diff
Description: Text document


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