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-10-21 02:44:28 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-10-21 02:44:28 +0400
commit3a2f070f31263cf88211c83d1a3fcd73663b007e (patch)
tree77a5984c35d30a9d8ea44df4ff946492b115542e /newlib/configure.host
parent1e1b6f8003e392a63a01f81fa99ad86ecc28ad66 (diff)
2009-10-20 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Don't set -O2 flag in newlib_cflags. Leave that to CFLAGS. * acinclude.m4: Don't reset CFLAGS before calling _AC_PROG_CC_G as it sets the same flags as we are using. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Ditto. * iconvdata/aclocal.m4: Ditto. * iconvdata/configure: Ditto. * iconvdata/Makefile.in: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * doc/Makefile.in: Ditto. * libc/aclocal.m4: Ditto. * libc/configure: Ditto. * libc/Makefile.in: Ditto. * libc/*Makefile.in: Ditto. * libc/*aclocal.m4: Ditto. * libc/*configure: Ditto. * libm/*Makefile.in: Ditto. * libm/*aclocal.m4: Ditto. * libm/*configure: Ditto.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 50a541234..9259eb3af 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -80,7 +80,6 @@ case "${target_optspace}:${host}" in
newlib_cflags="${newlib_cflags} -Os"
;;
no:* | :*)
- newlib_cflags="${newlib_cflags} -O2"
;;
esac