X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=2271944d330b9c81e36d420693d494dd3809deb6;hb=c864c0961c4405bda1179fa4dc438fad3005e119;hp=eabea8965e2f7868974ac45565bfa13ef875a26b;hpb=6afa18e70568dc24f695c1f2da1498d3732952ff;p=yaboot.git diff --git a/Makefile b/Makefile index eabea89..2271944 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.8-rc3 +VERSION = 1.3.13 # Debug mode (spam/verbose) DEBUG = 0 # make install vars @@ -28,9 +28,14 @@ KERNELADDR = 0x01400000 # CROSS = +CC := $(CROSS)gcc +LD := $(CROSS)ld +AS := $(CROSS)as +OBJCOPY := $(CROSS)objcopy + # The flags for the yaboot binary. # -YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `gcc -print-file-name=include` -fsigned-char +YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -print-file-name=include` -fsigned-char YBCFLAGS += -DVERSION=\"${VERSION}\" #" YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG) YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) @@ -94,11 +99,6 @@ OBJS += second/fs_reiserfs.o endif # compilation -CC := $(CROSS)gcc -LD := $(CROSS)ld -AS := $(CROSS)as -OBJCOPY := $(CROSS)objcopy - lgcc = `$(CC) -print-libgcc-file-name` all: yaboot addnote mkofboot