Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 14:36:37 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31941 for review
Message-ID:  <200305272136.h4RLabmR051509@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=31941

Change 31941 by peter@peter_hammer on 2003/05/27 14:36:33

	Remove the duplicate bfd_elf32_i386_freebsd_vec fromt the VECS
	list, otherwise nm etc cannot figure out the format.

Affected files ...

.. //depot/projects/hammer/gnu/usr.bin/binutils/libbfd/Makefile.amd64#2 edit

Differences ...

==== //depot/projects/hammer/gnu/usr.bin/binutils/libbfd/Makefile.amd64#2 (text+ko) ====

@@ -3,7 +3,7 @@
 .include "${.CURDIR}/Makefile.i386"
 
 #	Get the i386 DEFAULT_VECTOR and VECS.
-I386_VECS:=	${DEFAULT_VECTOR} ${VECS}
+I386_VECS:=	${VECS}
 
 DEFAULT_VECTOR=	bfd_elf64_x86_64_vec
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305272136.h4RLabmR051509>