Makefile - Added source output to x86_64 DISASM variable
authorJohn Hodge <[email protected]>
Thu, 20 Oct 2011 04:02:45 +0000 (12:02 +0800)
committerJohn Hodge <[email protected]>
Thu, 20 Oct 2011 04:02:45 +0000 (12:02 +0800)
Makefile.x86_64.cfg

index f5985c2..54bbf51 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au