backed out
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1985 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
78e0b0edf4
commit
dd1505dae7
|
@ -64,20 +64,20 @@ makerule linuxbios_ram.rom
|
||||||
action "cp $(LINUXBIOS_RAM-1) linuxbios_ram.rom"
|
action "cp $(LINUXBIOS_RAM-1) linuxbios_ram.rom"
|
||||||
end
|
end
|
||||||
|
|
||||||
#if CONFIG_USE_INIT
|
if CONFIG_USE_INIT
|
||||||
#makerule init.o
|
makerule init.o
|
||||||
#depends "$(INIT-OBJECTS)"
|
depends "$(INIT-OBJECTS)"
|
||||||
#action "$(LD) -melf_i386 -r -o init.pre.o $(INIT-OBJECTS)"
|
action "$(LD) -melf_i386 -r -o init.pre.o $(INIT-OBJECTS)"
|
||||||
#action "$(OBJCOPY) --rename-section .text=.init.text --rename-section .data=.init.data --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 init.pre.o init.o"
|
action "$(OBJCOPY) --rename-section .text=.init.text --rename-section .data=.init.data --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 init.pre.o init.o"
|
||||||
#end
|
end
|
||||||
#
|
|
||||||
#makerule linuxbios
|
makerule linuxbios
|
||||||
# depends "crt0.o init.o linuxbios_ram.rom ldscript.ld"
|
depends "crt0.o init.o linuxbios_ram.rom ldscript.ld"
|
||||||
# action "$(CC) -nostdlib -nostartfiles -static -o $@ -T ldscript.ld crt0.o init.o"
|
action "$(CC) -nostdlib -nostartfiles -static -o $@ -T ldscript.ld crt0.o init.o"
|
||||||
# action "$(CROSS_COMPILE)nm -n linuxbios | sort > linuxbios.map"
|
action "$(CROSS_COMPILE)nm -n linuxbios | sort > linuxbios.map"
|
||||||
#end
|
end
|
||||||
#
|
|
||||||
#else
|
else
|
||||||
|
|
||||||
makerule linuxbios
|
makerule linuxbios
|
||||||
depends "crt0.o $(INIT-OBJECTS) linuxbios_ram.rom ldscript.ld"
|
depends "crt0.o $(INIT-OBJECTS) linuxbios_ram.rom ldscript.ld"
|
||||||
|
@ -85,7 +85,7 @@ makerule linuxbios
|
||||||
action "$(CROSS_COMPILE)nm -n linuxbios | sort > linuxbios.map"
|
action "$(CROSS_COMPILE)nm -n linuxbios | sort > linuxbios.map"
|
||||||
end
|
end
|
||||||
|
|
||||||
#end
|
end
|
||||||
|
|
||||||
makerule linuxbios.a
|
makerule linuxbios.a
|
||||||
depends "$(OBJECTS)"
|
depends "$(OBJECTS)"
|
||||||
|
|
Loading…
Reference in New Issue