From b44ed53b264d435f6c83ee524c7f3780d4819682 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 18 Oct 2013 13:40:13 +0000 Subject: use gcc instead of cc (llvm) --- macho64/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macho64/make.sh') diff --git a/macho64/make.sh b/macho64/make.sh index 193bc5c..5be7137 100755 --- a/macho64/make.sh +++ b/macho64/make.sh @@ -1,7 +1,7 @@ as startup.s -o startup.o as startupTrace.s -o startupTrace.o -(cd ..; cc -c -O -DI486 -DMACH_O64 scon.c) -(cd ..; cc -c -O -DUSE_CLIB -DLINUX -DI486 -DGNU_C -DMACH_O64 -o macho64/ufileIO2.o ./ufileIO2.c) +(cd ..; gcc -c -O -DI486 -DMACH_O64 scon.c) +(cd ..; gcc -c -O -DUSE_CLIB -DLINUX -DI486 -DGNU_C -DMACH_O64 -o macho64/ufileIO2.o ./ufileIO2.c) as afileIO3.s -o afileIO3.o # Because of a bug in ld, the following does not work anymore (MacOSX 10.7 and 10.8) # ld -r startup.o ../scon.o afileIO3.o ufileIO2.o -o _startup.o -- cgit v1.2.3