BuildConf - Add C++ compiler for x86
authorJohn Hodge <[email protected]>
Sun, 9 Mar 2014 07:55:49 +0000 (15:55 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Mar 2014 07:55:49 +0000 (15:55 +0800)
BuildConf/x86/Makefile.cfg

index 65777d1..6559146 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 CC = i586-elf-gcc
+CXX = i586-elf-g++
 #CC = clang -m32
 LD = i586-elf-ld
 #CC = gcc

UCC git Repository :: git.ucc.asn.au