changeset 2890:27857942e4d5

PR3141: Pass $(CC) and $(CXX) to OpenJDK build 2016-08-14 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3141: Pass $(CC) and $(CXX) to OpenJDK build * Makefile.am: (ICEDTEA_ENV): Set CC and CXX instead of BUILD_GCC and BUILD_CXX. * NEWS: Updated.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 19 Sep 2016 18:55:31 +0100
parents 6861d9e23185
children dbc79f1b0445
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 19 18:51:18 2016 +0100
+++ b/ChangeLog	Mon Sep 19 18:55:31 2016 +0100
@@ -1,3 +1,11 @@
+2016-08-14  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR3141: Pass $(CC) and $(CXX) to OpenJDK build
+	* Makefile.am:
+	(ICEDTEA_ENV): Set CC and CXX instead
+	of BUILD_GCC and BUILD_CXX.
+	* NEWS: Updated.
+
 2016-08-19  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR3135: Makefile.am rule
--- a/Makefile.am	Mon Sep 19 18:51:18 2016 +0100
+++ b/Makefile.am	Mon Sep 19 18:55:31 2016 +0100
@@ -618,8 +618,8 @@
 	ALT_OUTPUTDIR="$(BUILD_OUTPUT_DIR)" \
 	VERBOSE="$(VERBOSE)" \
 	STATIC_CXX="false" \
-	BUILD_GCC="$(CC)" \
-	BUILD_CXX="$(CXX)" \
+	CC="$(CC)" \
+	CXX="$(CXX)" \
 	SYSTEM_CUPS="${ENABLE_SYSTEM_CUPS}" \
 	CUPS_LIBS="${CUPS_LIBS}" \
 	CUPS_CFLAGS="${CUPS_CFLAGS}" \
--- a/NEWS	Mon Sep 19 18:51:18 2016 +0100
+++ b/NEWS	Mon Sep 19 18:55:31 2016 +0100
@@ -20,6 +20,7 @@
   - PR3128: pax-mark-vm script calls "exit -1" which is invalid in dash
   - PR3131: PaX marking fails on filesystems which don't support extended attributes
   - PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency
+  - PR3141: Pass $(CC) and $(CXX) to OpenJDK build
 
 New in release 2.6.7 (2016-07-28):