PERFORCE change 134480 for review

Olivier Houchard cognet at FreeBSD.org
Wed Jan 30 09:21:09 PST 2008


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

Change 134480 by cognet at hulglah on 2008/01/30 17:20:11

	We want to be able to build both 32bits and 64bits binaries.
	Approved by:	mux (mentor)

Affected files ...

.. //depot/projects/mips2-jnpr/src/gnu/usr.bin/binutils/libbfd/Makefile.mips#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/gnu/usr.bin/binutils/libbfd/Makefile.mips#2 (text+ko) ====

@@ -7,10 +7,15 @@
 	ecoff.c \
 	ecofflink.c \
 	elf32.c \
+	elf64.c \
 	elf32-mips.c \
+	elf64-mips.c \
 	elfxx-mips.c \
 	elf32-target.h \
+	elf64-target.h \
 	elflink.c
 
 VECS=	${DEFAULT_VECTOR} \
-	bfd_elf32_littlemips_vec
+	bfd_elf32_littlemips_vec \
+	bfd_elf64_bigmips_vec \
+	bfd_elf64_littlemips_vec


More information about the p4-projects mailing list