From 89b431ec8df95aea363ce76b1774d1e37f4c757d Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 24 Mar 2016 09:23:13 +0100 Subject: [PATCH] add missing flags to integrate init_array/fini_array into the binary --- hermit/usr/openmpbench/Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/usr/openmpbench/Makefile.defs b/hermit/usr/openmpbench/Makefile.defs index 4d4e65779..31893bc9c 100644 --- a/hermit/usr/openmpbench/Makefile.defs +++ b/hermit/usr/openmpbench/Makefile.defs @@ -11,4 +11,4 @@ LIBS = 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