Chameleon

Chameleon Commit Details

Date:2012-02-27 05:57:01 (12 years 1 month ago)
Author:Evan Lojewski
Commit:1830
Parents: 1829
Message:Cause chameleon to build with gcc instead of cc, aka, llvm-gcc-4.2 instead of clang on xcode 4.3
Changes:
M/trunk/Make.rules

File differences

trunk/Make.rules
1010
1111
1212
13
13
1414
1515
1616
endif
AS = as
LD = ld
CC = cc
CC = gcc
CPP = g++
PAX = /bin/pax
NASM = $(shell which nasm) -p $(SRCROOT)/autoconf.inc

Archive Download the corresponding diff file

Revision: 1830