EFI: stub functions so we can call loader's main() function.

This commit is contained in:
Jessica Hamilton
2016-09-02 19:02:33 +12:00
parent 495efc382b
commit e2e1558a02
10 changed files with 263 additions and 12 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ rule KernelArchitectureSetup architecture
-maccumulate-outgoing-args -Wno-error=unused-variable ;
HAIKU_BOOT_C++FLAGS += -fpic -fno-stack-protector -fPIC -fshort-wchar -mno-red-zone
-maccumulate-outgoing-args -Wno-error=unused-variable ;
HAIKU_BOOT_LDFLAGS = -Bstatic -Bsymbolic -shared -nostdlib -znocombreloc -nostartfiles ;
HAIKU_BOOT_LDFLAGS = -Bstatic -Bsymbolic -shared -nostdlib -znocombreloc -nostartfiles -no-undefined ;
} else {
HAIKU_BOOT_CCFLAGS += -fno-pic ;
HAIKU_BOOT_C++FLAGS += -fno-pic ;