X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=Makefile;h=39f8633f0ec5fdfff3e8d23074fc3fdb20992abf;hp=2271944d330b9c81e36d420693d494dd3809deb6;hb=a2b7bb030d78c61ef150f8c9f6926c9558a6f1b5;hpb=91c4dc8ecc65bbd490c1da2e89d4f576db7e8344 diff --git a/Makefile b/Makefile index 2271944..39f8633 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ KERNELADDR = 0x01400000 # Set this to the prefix of your cross-compiler, if you have one. # Else leave it empty. # -CROSS = +CROSS = CC := $(CROSS)gcc LD := $(CROSS)ld @@ -64,7 +64,7 @@ endif # Link flags # -LFLAGS = -Ttext $(TEXTADDR) -Bstatic +LFLAGS = -Ttext $(TEXTADDR) -Bstatic # Libraries #