From: John Hodge Date: Thu, 20 Oct 2011 04:02:45 +0000 (+0800) Subject: Makefile - Added source output to x86_64 DISASM variable X-Git-Tag: rel0.13~25 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=56f400305dfb0ae379a1c5cefeaada2e642eb9ba;p=tpg%2Facess2.git Makefile - Added source output to x86_64 DISASM variable --- diff --git a/Makefile.x86_64.cfg b/Makefile.x86_64.cfg index f5985c2c..54bbf516 100644 --- a/Makefile.x86_64.cfg +++ b/Makefile.x86_64.cfg @@ -1,7 +1,7 @@ CC = x86_64-none-elf-gcc LD = x86_64-none-elf-ld -DISASM = x86_64-none-elf-objdump -d -M x86-64 +DISASM = x86_64-none-elf-objdump -d -M x86-64 -S KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone