]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 22 Sep 2009 21:23:13 +0000 (21:23 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 22 Sep 2009 21:23:13 +0000 (21:23 +0000)
        * configure.host (m32c): Move setting -DABORT_PROVIDED to second
        "case $host".

newlib/ChangeLog
newlib/configure.host

index d2afd0938e37e78b958cbc31e94300bda1b699b5..8694b4e55b2493f0a510154b792b7c04b8a6d629 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-22  Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.host (m32c): Move setting -DABORT_PROVIDED to second 
+       "case $host".
+
 2009-09-18  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * libc/include/sys/unistd.h: Declare getpagesize as returning
index 7886ed9aa5f8d6dbb7eb97d928fec9e02c2a236d..2d61f875196d6d5f169064a1093fc592b4d3c398 100644 (file)
@@ -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-*-*)
This page took 0.048708 seconds and 5 git commands to generate.