[patch,rtems,m32c] configure.host: m32c bogusly adds -DABORT_PROVIDED

Ralf Corsepius ralf.corsepius@rtems.org
Tue Sep 22 04:44:00 GMT 2009


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: newlib-configure-host-m32c.diff
Type: text/x-patch
Size: 913 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20090922/bb3276c3/attachment.bin>


More information about the Newlib mailing list