Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-09-23 01:23:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-09-23 01:23:13 +0400
commitc3f3d59e439eaacd7bf6923fb41011faa984df1b (patch)
tree1b871e09072af7f77dd16b3afd2973934b1ceb59 /newlib/configure.host
parent8980b9ad03b7503b759bc45dd8640d791f9f6cd7 (diff)
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.host (m32c): Move setting -DABORT_PROVIDED to second "case $host".
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 7886ed9aa..2d61f8751 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -166,7 +166,7 @@ case "${host_cpu}" in
;;
m32c)
machine_dir=m32c
- newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DABORT_PROVIDED -DSMALL_MEMORY"
+ newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DSMALL_MEMORY"
;;
m32r*)
@@ -648,7 +648,7 @@ case "${host}" in
;;
m32c-*-*)
default_newlib_io_long_long="yes"
- newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DABORT_PROVIDED"
syscall_dir=
;;
m32r-*-*)