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: [patch,rtems,m32c] configure.host: m32c bogusly adds -DABORT_PROVIDED


On 22/09/09 12:15 AM, Ralf Corsepius wrote:
Hi,

in configure.host, when building newlib for m32c* targets,
-DABORT_PROVIDED is set too early (in the first, cpu-specific "case
$host"), such that it overrides later settings from the second
os-specific "case $host".

This breaks building m32c-rtems*, because RTEMS uses a common "abort"
for all targets.

The patche moves adding -DABORT_PROVIDED from the "first case $host" to
the "second case $host".

Ralf


Patch applied.


-- Jeff J.


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