updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cwpsu / cwpsu-42-fix-compilers.patch
blob718620a916851117db4ef88e30b4ca1320e29138
1 diff --git a/Makefile.config b/Makefile.config
2 index f1c85a2..3e83b74 100644
3 --- a/Makefile.config
4 +++ b/Makefile.config
5 @@ -281,7 +281,7 @@ include $(CWPROOT)/src/Rules/gnumake.rules
7 ########################################################################
8 # C compiler; change this only if you are using a different C-compiler
9 -CC = cc
10 +CC = gcc
12 ########################################################################
13 # standard CFLAGS
14 @@ -290,7 +290,7 @@ CFLAGS = -I$I $(OPTC) $(LARGE_FILE_FLAG) $(ENDIANFLAG) $(XDRFLAG) $(LINEHDRFLAG)
15 ########################################################################
16 # C++ interfacing is still experimental
17 # C++ compiler
18 -C++ = c++
19 +C++ = g++
21 ########################################################################
22 # standard CFLAGS for C++