pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xenkernel48



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jun 17 19:53:10 UTC 2017

Modified Files:
        pkgsrc/sysutils/xenkernel48: Makefile

Log Message:
Restrict -falign-functions to GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/xenkernel48/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xenkernel48/Makefile
diff -u pkgsrc/sysutils/xenkernel48/Makefile:1.3 pkgsrc/sysutils/xenkernel48/Makefile:1.4
--- pkgsrc/sysutils/xenkernel48/Makefile:1.3    Thu Apr 13 13:08:34 2017
+++ pkgsrc/sysutils/xenkernel48/Makefile        Sat Jun 17 19:53:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/04/13 13:08:34 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/17 19:53:10 joerg Exp $
 
 VERSION=       4.8.0
 DISTNAME=      xen-${VERSION}
@@ -39,8 +39,9 @@ EXTRA_CFLAGS+=        -Qunused-arguments -no-in
                -Wno-error=address-of-packed-member \
                -Wno-error=initializer-overrides \
                -Wno-error=tautological-compare
-.endif
+.elif !empty(PKGSRC_COMPILER:Mgcc)
 EXTRA_CFLAGS+=  -falign-functions=16
+.endif
 
 MAKE_ENV+=     EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}
 



Home | Main Index | Thread Index | Old Index