Date: Wed, 19 Dec 2007 03:15:18 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 131203 for review Message-ID: <200712190315.lBJ3FIcS006507@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131203 Change 131203 by jb@jb_freebsd1 on 2007/12/19 03:14:17 Add a temporary hack to allow all architectures to compile even if architecture-specific code hasn't been written. This causes all oether arches to be treated as though they are Intel based. Intel's gonna luv me 4 dis. :-) Affected files ... .. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#16 edit Differences ... ==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#16 (text+ko) ==== @@ -69,6 +69,9 @@ CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel .elif ${MACHINE_ARCH} == "sparc64" CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc +.else +# temporary hack +CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel .endif LFLAGS+=-l
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712190315.lBJ3FIcS006507>