[Glibc-bsd-commits] r5877 - trunk/freebsd-glue/debian
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Wed Mar 2 18:40:32 UTC 2016
Author: stevenc-guest
Date: 2016-03-02 18:40:32 +0000 (Wed, 02 Mar 2016)
New Revision: 5877
Modified:
trunk/freebsd-glue/debian/changelog
trunk/freebsd-glue/debian/rules
Log:
Fixes for cross building:
- don't override $CC (as explained by Helmut Grohne, it forced use
of the build architecture compiler).
Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog 2016-03-02 18:39:07 UTC (rev 5876)
+++ trunk/freebsd-glue/debian/changelog 2016-03-02 18:40:32 UTC (rev 5877)
@@ -3,6 +3,9 @@
* Add myself to Uploaders.
* No longer Build-Depends specifically on gcc-4.9 (gcc-5 and gcc-6
are both fine).
+ * Fixes for cross building:
+ - don't override $CC (as explained by Helmut Grohne, it forced use
+ of the build architecture compiler).
-- Steven Chamberlain <steven at pyro.eu.org> Wed, 02 Mar 2016 14:06:22 +0000
Modified: trunk/freebsd-glue/debian/rules
===================================================================
--- trunk/freebsd-glue/debian/rules 2016-03-02 18:39:07 UTC (rev 5876)
+++ trunk/freebsd-glue/debian/rules 2016-03-02 18:40:32 UTC (rev 5877)
@@ -18,7 +18,6 @@
CFLAGS="$(CFLAGS) -O2" \
DESTDIR="$(DESTDIR)" \
bmake -m /usr/share/mk-freebsd \
- CC=gcc-4.9 \
$(NULL)
PMAKE_UDEB := \
MAKEFLAGS=$(BSD_MAKEFLAGS) \
@@ -26,7 +25,6 @@
CFLAGS="$(CFLAGS) -Os" \
DESTDIR="$(DESTDIR)-udeb" \
bmake -m /usr/share/mk-freebsd \
- CC=gcc-4.9 \
RESCUE=yes \
$(NULL)
More information about the Glibc-bsd-commits
mailing list