Chameleon

Chameleon Commit Details

Date:2011-08-05 21:56:07 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1286
Parents: 1285
Message:Utils folder compiled with native toolchain.
Changes:
M/branches/xZenu/src/util/Makefile
M/branches/xZenu/src/util/fdisk/Makefile

File differences

branches/xZenu/src/util/fdisk/Makefile
2121
2222
2323
24
24
2525
2626
2727
$(PROGRAM): $(NATIVE_OBJECTS)
@echo "\t[LD:${ARCH}] $(@F)"
@$(TARGET_CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) $(NATIVE_OBJECTS)
@$(NATIVE_CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) $(NATIVE_OBJECTS)
else
all:
branches/xZenu/src/util/Makefile
2727
2828
2929
30
30
3131
3232
3333
......
4242
4343
4444
45
45
4646
4747
4848
endif
LDFLAGS = $(TARGET_LDFLAGS) -framework IOKit -framework CoreFoundation -mmacosx-version-min=10.4
LDFLAGS := $(LDFLAGS) -framework IOKit -framework CoreFoundation -mmacosx-version-min=10.4
SYMPROG = $(addsuffix $(addprefix $(SYMROOT)/, $(PROGRAMS)), .${ARCH})
$(SYMPROG): ${NATIVE_OBJECTS}
@echo "\t[LD:${ARCH}] $(@F)"
@$(TARGET_CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) $(OBJROOT)/$(@F).o
@$(NATIVE_CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) $(OBJROOT)/$(@F).o
.PHONY: fdisk440
fdisk440:

Archive Download the corresponding diff file

Revision: 1286