PERFORCE change 31941 for review

Peter Wemm peter at FreeBSD.org
Tue May 27 14:36:40 PDT 2003


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

Change 31941 by peter at 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
 


More information about the p4-projects mailing list