From 9ef7d5424fee7cd703f6fad30786358ec36a3749 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 19 Jan 2010 13:21:37 +0000 Subject: =?UTF-8?q?OTP-8373=20=20ERTS=20makefiles=20used=20to=20detect=20t?= =?UTF-8?q?he=20use=20of=20a=20gcc=20C=20compiler=20by=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20checking=20if=20CC=20equaled=20gcc.=20That=20is,?= =?UTF-8?q?=20the=20makefiles=20failed=20to=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20detect=20gcc=20C=20compilers=20with=20other=20command=20line?= =?UTF-8?q?=20names=20than=20gcc.=20=20=20=20=20=20=20=20=20=20=20`configu?= =?UTF-8?q?re'=20now=20substitute=20GCC=20into=20the=20makefiles.=20If=20C?= =?UTF-8?q?C=20is=20a=20gcc=20=20=20=20=20=20=20=20=20=20=20C=20compiler,?= =?UTF-8?q?=20GCC=20will=20have=20the=20value=20yes.=20(Thanks=20to=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20Jean-S=E9bastien=20P=E9dron)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make/otp.mk.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'make') diff --git a/make/otp.mk.in b/make/otp.mk.in index bcf9bd85a4..902def5fd8 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -3,20 +3,20 @@ # Make include file for otp # # %CopyrightBegin% -# -# Copyright Ericsson AB 1997-2009. All Rights Reserved. -# +# +# Copyright Ericsson AB 1997-2010. All Rights Reserved. +# # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in # compliance with the License. You should have received a copy of the # Erlang Public License along with this software. If not, it can be # retrieved online at http://www.erlang.org/. -# +# # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. -# +# # %CopyrightEnd% # # Author: Lars Thorsen @@ -53,6 +53,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ CC = @CC@ +GCC = @GCC@ HCC = @HCC@ CC32 = @CC32@ CFLAGS32 = @CFLAGS32@ -- cgit v1.2.3