|
|
http://perforce.freebsd.org/chv.cgi?CH=102267
Change 102267 by kevlo@kevlo_monet on 2006/07/24 09:26:16
My bad, back this up. I should commit this into my tree, not into p4.
Affected files ...
.. //depot/projects/arm/gnu-arm.diff#16 edit
Differences ...
==== //depot/projects/arm/gnu-arm.diff#16 (text+ko) ====
@@ -272,6 +272,22 @@
TARGET_INC+= ${GCC_CPU}/freebsd.h
.if ${TARGET_ARCH} == "amd64"
TARGET_INC+= ${GCC_CPU}/x86-64.h
+Index: gnu/usr.bin/cc/cc_tools/auto-host.h
+===================================================================
+RCS file: /cognet/ncvs/src/gnu/usr.bin/cc/cc_tools/auto-host.h,v
+retrieving revision 1.18
+diff -u -p -r1.18 auto-host.h
+--- gnu/usr.bin/cc/cc_tools/auto-host.h 28 Jul 2004 05:27:20 -0000
1.18
++++ gnu/usr.bin/cc/cc_tools/auto-host.h 6 Jul 2006 23:54:06 -0000
+@@ -523,7 +523,7 @@
+ /* The number of bytes in type int */
+ #define SIZEOF_INT 4
+
+-#if defined(__i386__) || defined(__powerpc__) || defined(__strongarm__)
++#if defined(__i386__) || defined(__powerpc__) || defined(__arm__)
+ /* The number of bytes in type long */
+ # define SIZEOF_LONG SIZEOF_INT
+ #elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) ||
defined(__amd64__)
Index: gnu/usr.bin/gdb/arch/arm/Makefile
===================================================================
RCS file: gnu/usr.bin/gdb/arch/arm/Makefile
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|