Author: imp
Date: Fri Feb 11 02:24:04 2011
New Revision: 218531
URL: http://svn.freebsd.org/changeset/base/218531
Log:
Don't require CPUTYPE to be defined for ARM, but use it if it is.
Modified:
head/lib/libpmc/Makefile
Modified: head/lib/libpmc/Makefile
==============================================================================
--- head/lib/libpmc/Makefile Fri Feb 11 01:00:26 2011 (r218530)
+++ head/lib/libpmc/Makefile Fri Feb 11 02:24:04 2011 (r218531)
@@ -38,7 +38,7 @@ MAN+= pmc.corei7uc.3
MAN+= pmc.westmere.3
MAN+= pmc.westmereuc.3
MAN+= pmc.tsc.3
-.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
+.elif ${MACHINE_CPUARCH} == "arm" && defined(CPUTYPE) && ${CPUTYPE} == "xscale"
MAN+= pmc.xscale.3
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"