Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libgcc everyone needs the options* stu...



details:   https://anonhg.NetBSD.org/src/rev/f022b475a8f4
branches:  trunk
changeset: 766755:f022b475a8f4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 01 10:04:13 2011 +0000

description:
everyone needs the options* stuff here.

diffstat:

 external/gpl3/gcc/lib/libgcc/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r e0c0345d077e -r f022b475a8f4 external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri Jul 01 10:03:17 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri Jul 01 10:04:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2011/07/01 05:07:06 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2011/07/01 10:04:13 mrg Exp $
 
 .if ${MKGCC} != "no"
 .if exists(${.CURDIR}/../arch/${MACHINE_ARCH}.mk)
@@ -157,8 +157,6 @@
 
 .include "../../Makefile.hacks"
 
-.if defined(HAVE_GCC) && ${HAVE_GCC} >= 45 && \
-    (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb")
 ${SRCS}: options.h
 
 optionlist: ${G_ALL_OPT_FILES} ${GCCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
@@ -171,4 +169,3 @@
                < optionlist > ${.TARGET}
 
 CLEANFILES+=   options.h optionlist
-.endif



Home | Main Index | Thread Index | Old Index