Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/usr.bin/gas Fix mips platforms (no ne...
details: https://anonhg.NetBSD.org/src/rev/110df4025e51
branches: trunk
changeset: 790290:110df4025e51
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 02 14:35:33 2013 +0000
description:
Fix mips platforms (no need for -wrapper for lex)
diffstat:
external/gpl3/binutils/usr.bin/gas/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36e19f8bf531 -r 110df4025e51 external/gpl3/binutils/usr.bin/gas/Makefile
--- a/external/gpl3/binutils/usr.bin/gas/Makefile Wed Oct 02 12:41:06 2013 +0000
+++ b/external/gpl3/binutils/usr.bin/gas/Makefile Wed Oct 02 14:35:33 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/08/05 00:08:58 matt Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/02 14:35:33 christos Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@
PROG= as
SRCS= ${G_OBJS:Nitbl-[pl]*:Nm68k-parse.o:.o=.c} \
${G_OBJS:Mitbl-parse.o:.o=.y} \
- ${G_OBJS:Mitbl-lex.o:.o=.l} \
+ ${G_OBJS:Mitbl-lex-wrapper.o:S/-wrapper.o/.l/} \
${G_OBJS:Mm68k-parse.o:.o=.y}
COPTS.obj-elf.c = -Wno-stack-protector
Home |
Main Index |
Thread Index |
Old Index