1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

use init_array/fini_array to initialize the system

This commit is contained in:
Stefan Lankes 2016-03-24 00:22:29 +01:00
parent e7b7ddb5a6
commit 0acea5cbf3
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ TARGET=x86_64-hermit
MAKE = make
override STRIP_DEBUG = --strip-debug #--strip-unneeded
KEEP_DEBUG = --only-keep-debug
OBJCOPY_FLAGS = -j .mboot -j .ktext -j .kdata -j .kbss -j .tbss -j .tdata -j .fini -j .init -j .ctors -j .dtors -j .text -j .data -j .rodata -j .bss -j .percore -j .eh_frame -j .jcr -j .got.plt -O binary
OBJCOPY_FLAGS = -j .mboot -j .ktext -j .kdata -j .kbss -j .tbss -j .tdata -j .fini -j .init -j .ctors -j .dtors -j .text -j .data -j .rodata -j .bss -j .percore -j .eh_frame -j .jcr -j .got.plt -j .preinit_array -j .init_array -j .fini_array -j .gcc_except_table -O binary
# Set your own cross compiler tool chain prefix here
CROSSCOMPREFIX = x86_64-hermit-

@ -1 +1 @@
Subproject commit ef2eb2184dbdfa12fc37f7dfba4ba171c2d9d866
Subproject commit aa5de4dd8384671ca28a3328f74ed198fdf9b399

@ -1 +1 @@
Subproject commit f4da7066568c0a1c5a4f04de70ef3ea0739baa42
Subproject commit 7672b57e9a58b657ddf2eed8e5d60c435a5c0b00

@ -1 +1 @@
Subproject commit a7516abd3f59107fa7d3194660b25f6668d535d8
Subproject commit 05c72ef98aea0a6ad5a4f9ee1e82137787876eeb

View file

@ -3,7 +3,7 @@ TARGET=x86_64-hermit
MAKE = make
override STRIP_DEBUG = --strip-debug #--strip-unneeded
KEEP_DEBUG = --only-keep-debug
OBJCOPY_FLAGS = -j .mboot -j .ktext -j .kdata -j .kbss -j .tbss -j .tdata -j .fini -j .init -j .ctors -j .dtors -j .text -j .data -j .rodata -j .bss -j .percore -j .eh_frame -j .jcr -j .got.plt -O binary
OBJCOPY_FLAGS = -j .mboot -j .ktext -j .kdata -j .kbss -j .tbss -j .tdata -j .fini -j .init -j .ctors -j .dtors -j .text -j .data -j .rodata -j .bss -j .percore -j .eh_frame -j .jcr -j .got.plt -j .preinit_array -j .init_array -j .fini_array -j .gcc_except_table -O binary
# Set your own cross compiler tool chain prefix here
CROSSCOMPREFIX = x86_64-hermit-