svn commit: r203434 - head/gnu/usr.bin/binutils/libbfd

Warner Losh imp at FreeBSD.org
Wed Feb 3 18:29:35 UTC 2010


Author: imp
Date: Wed Feb  3 18:29:35 2010
New Revision: 203434
URL: http://svn.freebsd.org/changeset/base/203434

Log:
  Remove more traces of the Alpha port.

Modified:
  head/gnu/usr.bin/binutils/libbfd/Makefile

Modified: head/gnu/usr.bin/binutils/libbfd/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/libbfd/Makefile	Wed Feb  3 16:18:42 2010	(r203433)
+++ head/gnu/usr.bin/binutils/libbfd/Makefile	Wed Feb  3 18:29:35 2010	(r203434)
@@ -11,8 +11,7 @@ SRCS+=	archive.c archive64.c archures.c 
 	section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
 	targmatch.h dwarf1.c dwarf2.c config.h bfdver.h bfdio.c simple.c
 WARNS?=	0
-.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || \
-    ${TARGET_ARCH} == "sparc64")
+.if (${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
 WARNS?=	2
 .endif
 CFLAGS+= -D_GNU_SOURCE


More information about the svn-src-head mailing list