Date: Thu, 4 Nov 2010 18:19:45 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r214795 - user/ed/compiler-rt/lib/libcompiler_rt Message-ID: <201011041819.oA4IJjhn068493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Thu Nov 4 18:19:45 2010 New Revision: 214795 URL: http://svn.freebsd.org/changeset/base/214795 Log: Remove PowerPC entirely. Nothing from that subdir gets built anyway. Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile ============================================================================== --- user/ed/compiler-rt/lib/libcompiler_rt/Makefile Thu Nov 4 18:14:37 2010 (r214794) +++ user/ed/compiler-rt/lib/libcompiler_rt/Makefile Thu Nov 4 18:19:45 2010 (r214795) @@ -10,8 +10,6 @@ CFLAGS+=${PICFLAG} .if ${MACHINE_CPUARCH} == "amd64" CRTARCH=x86_64 -.elif ${MACHINE_ARCH} == "powerpc" -CRTARCH=ppc .else CRTARCH=${MACHINE_CPUARCH} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011041819.oA4IJjhn068493>