PERFORCE change 131203 for review

John Birrell jb at FreeBSD.org
Tue Dec 18 19:15:19 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131203

Change 131203 by jb at 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


More information about the p4-projects mailing list