[Glibc-bsd-commits] r5907 - trunk/freebsd-libs/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Mar 5 04:54:56 UTC 2016


Author: stevenc-guest
Date: 2016-03-05 04:54:56 +0000 (Sat, 05 Mar 2016)
New Revision: 5907

Modified:
   trunk/freebsd-libs/debian/rules
Log:
Actually use the proper build architecture compiler


Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2016-03-05 04:41:12 UTC (rev 5906)
+++ trunk/freebsd-libs/debian/rules	2016-03-05 04:54:56 UTC (rev 5907)
@@ -59,6 +59,7 @@
         NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) \
 	SHLIB_MAJOR=0 \
 	bmake \
+	CC=$(CC) \
 	$(NULL)
 PMAKE = \
 	CFLAGS="$(CFLAGS)" \




More information about the Glibc-bsd-commits mailing list