From: John Hodge Date: Fri, 18 May 2012 14:45:31 +0000 (+0800) Subject: Why did I change the x86_64 build config? X-Git-Tag: rel0.15~611^2~97 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=9d9b16fcd26c6acf7a15e84a63e96c71577e6265;p=tpg%2Facess2.git Why did I change the x86_64 build config? --- diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg index 6aa3afc6..ebca2d9f 100644 --- a/BuildConf/x86_64/Makefile.cfg +++ b/BuildConf/x86_64/Makefile.cfg @@ -1,6 +1,6 @@ -PREFIX := x86_64-pc-elf -#PREFIX := x86_64-none-elf +#PREFIX := x86_64-pc-elf +PREFIX := x86_64-none-elf CC := $(PREFIX)-gcc LD := $(PREFIX)-ld