PERFORCE change 105105 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sat Aug 26 12:32:06 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=105105
Change 105105 by gonzo at gonzo_hq on 2006/08/26 12:31:43
o Add __mips__ to word size definition in bfd.h.
Affected files ...
.. //depot/projects/mips2/src/gnu/usr.bin/binutils/libbfd/bfd.h#2 edit
Differences ...
==== //depot/projects/mips2/src/gnu/usr.bin/binutils/libbfd/bfd.h#2 (text+ko) ====
@@ -57,7 +57,7 @@
#define BFD_ARCH_SIZE 64
-#if defined(__i386__) || defined(__powerpc__) || defined(__arm__)
+#if defined(__i386__) || defined(__powerpc__) || defined(__arm__) || defined(__mips__)
/* The word size of the default bfd target. */
#define BFD_DEFAULT_TARGET_SIZE 32
#define BFD_HOST_64BIT_LONG 0
More information about the p4-projects
mailing list