Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 17:21:08 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134480 for review
Message-ID:  <200801301721.m0UHL8V4077161@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134480

Change 134480 by cognet@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



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