Module Name: src Committed By: skrll Date: Tue Aug 6 06:08:39 UTC 2013
Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Add -mlong-calls to hppa module builds. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/mk/bsd.kmodule.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.kmodule.mk diff -u src/share/mk/bsd.kmodule.mk:1.37 src/share/mk/bsd.kmodule.mk:1.38 --- src/share/mk/bsd.kmodule.mk:1.37 Fri Aug 10 16:34:23 2012 +++ src/share/mk/bsd.kmodule.mk Tue Aug 6 06:08:39 2013 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.kmodule.mk,v 1.37 2012/08/10 16:34:23 joerg Exp $ +# $NetBSD: bsd.kmodule.mk,v 1.38 2013/08/06 06:08:39 skrll Exp $ # We are not building this with PIE MKPIE=no @@ -28,6 +28,8 @@ CFLAGS+= -fno-strict-aliasing -Wno-point # resulting code would be much faster. .if ${MACHINE_CPU} == "arm" CFLAGS+= -mlong-calls +.elif ${MACHINE_CPU} == "hppa" +CFLAGS+= -mlong-calls .elif ${MACHINE_CPU} == "powerpc" CFLAGS+= -mlongcall .elif ${MACHINE_CPU} == "vax"