OSDN Git Service

(none)
authorryuz <ryuz>
Fri, 28 Dec 2007 23:23:16 +0000 (23:23 +0000)
committerryuz <ryuz>
Fri, 28 Dec 2007 23:23:16 +0000 (23:23 +0000)
sample/ia32/pcat/gcc/bootloader.S
sample/ia32/pcat/gcc/gmake.mak

index d4ebff1..bdb3d4f 100755 (executable)
@@ -109,9 +109,6 @@ boot_message:
                                .org    510
                                .word   0xaa55
 
-                               .org    0x167ffc
-                               .word   0xaa55
-
 
 
 /* end of file  */
index 6d64869..89078c5 100755 (executable)
@@ -11,7 +11,7 @@ TARGET ?= sample
 
 
 # %jp{ツール定義}
-GCC_ARCH   ?= i386-elf
+GCC_ARCH   ?= i386-elf-
 CMD_CC     ?= $(GCC_ARCH)gcc
 CMD_ASM    ?= $(GCC_ARCH)gcc
 CMD_LINK   ?= $(GCC_ARCH)gcc