diff options
author | des <des@FreeBSD.org> | 2003-08-01 21:54:35 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-08-01 21:54:35 +0000 |
commit | 0f7e5cd774e6e37111aa422cb16db561eefa4824 (patch) | |
tree | df028b0efe3effb2c0f0d9353f847dbdb879d701 /tools | |
parent | bd7b1417aa74e92e6478b2f8e43c6d495718355c (diff) | |
download | FreeBSD-src-0f7e5cd774e6e37111aa422cb16db561eefa4824.zip FreeBSD-src-0f7e5cd774e6e37111aa422cb16db561eefa4824.tar.gz |
Parts of the patch have been committed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/powerpc.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/tools/tinderbox/powerpc.diff b/tools/tools/tinderbox/powerpc.diff index d32f346..7924a95 100644 --- a/tools/tools/tinderbox/powerpc.diff +++ b/tools/tools/tinderbox/powerpc.diff @@ -47,21 +47,3 @@ diff -u -r1.1.1.6 sysv4.h /* Yes! We are ELF. */ #define TARGET_OBJECT_FORMAT OBJECT_ELF -Index: gnu/usr.bin/cc/cc_int/Makefile -=================================================================== -RCS file: /usr/home/ncvs/src/gnu/usr.bin/cc/cc_int/Makefile,v -retrieving revision 1.34 -diff -u -r1.34 Makefile ---- gnu/usr.bin/cc/cc_int/Makefile 11 Jul 2003 05:37:23 -0000 1.34 -+++ gnu/usr.bin/cc/cc_int/Makefile 15 Jul 2003 21:26:53 -0000 -@@ -27,6 +27,10 @@ - attribs.c cselib.c debug.c rtl-error.c tree-dump.c tree-inline.c - - SRCS+= ${GCC_CPU}.c -+.if exists(${GCC_CPU}-c.c) -+SRCS+= ${GCC_CPU}-c.c -+.endif -+ - - SRCS+= bb-reorder.c conflict.c ggc-common.c \ - ggc-page.c ifcvt.c lists.c predict.c regrename.c resource.c sibcall.c \ |