PERFORCE change 222785 for review

Jonathan Anderson jonathan at FreeBSD.org
Mon Mar 11 13:59:39 UTC 2013


http://p4web.freebsd.org/@@222785?ac=10

Change 222785 by jonathan at jonathan-on-kent on 2013/03/11 13:58:40

	Pass -code-model=kernel to llc.
	
	This isn't really the Right Place (TM) to do this: we really ought to create a new flag from the kernel build that we pass through to sys.mk. For now, however, whatever lets me build a bootable kernel makes me happy. :)

Affected files ...

.. //depot/projects/ctsrd/tesla/src/share/mk/sys.mk#7 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/share/mk/sys.mk#7 (text+ko) ====

@@ -280,7 +280,7 @@
 	${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} -c ${.IMPSRC}
 
 .instrll.instro: tesla.manifest
-	${LLC} -filetype=obj ${.IMPSRC} -o ${.TARGET}
+	${LLC} -filetype=obj -code-model=kernel ${.IMPSRC} -o ${.TARGET}
 
 .manifest.dot:
 	${TESLA} graph ${.IMPSRC} -o ${.TARGET}


More information about the p4-projects mailing list