Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/lib/libc/softfloat Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/0d27b2bc01ea
branches:  netbsd-7
changeset: 799183:0d27b2bc01ea
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Apr 10 20:22:42 2015 +0000

description:
Pull up following revision(s) (requested by martin in ticket #670):
        lib/libc/softfloat/Makefile.inc: revision 1.20
Restrict the arm compiler optimization hack to gcc 4.5

diffstat:

 lib/libc/softfloat/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1378e9b4e484 -r 0d27b2bc01ea lib/libc/softfloat/Makefile.inc
--- a/lib/libc/softfloat/Makefile.inc   Fri Apr 10 20:17:52 2015 +0000
+++ b/lib/libc/softfloat/Makefile.inc   Fri Apr 10 20:22:42 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.19 2014/08/10 23:39:08 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.19.2.1 2015/04/10 20:22:42 snj Exp $
 
 SOFTFLOAT_BITS?=64
 .PATH:         ${ARCHDIR}/softfloat \
@@ -31,7 +31,7 @@
 
 # XXX
 .if defined(HAVE_GCC)
-. if (${LIBC_MACHINE_CPU} == "arm")
+. if (${LIBC_MACHINE_CPU} == "arm") && (${HAVE_GCC} == "45")
 # See doc/HACKS for more information.
 COPTS.softfloat.c+=    -Wno-enum-compare
 COPTS.softfloat.c+=    ${${ACTIVE_CXX} == "gcc":? -fno-tree-vrp :}



Home | Main Index | Thread Index | Old Index