From b9af38c7ffd0cc43f11b7eb904b33e3eba81be2b Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 12 Feb 2018 20:40:54 +0100 Subject: [PATCH] [General] Removed the DISCARD section in the .ld file. This fixes C++ support.. --- wups.ld | 3 --- 1 file changed, 3 deletions(-) diff --git a/wups.ld b/wups.ld index 2180bd0..e065fe9 100644 --- a/wups.ld +++ b/wups.ld @@ -29,7 +29,4 @@ SECTIONS { .bss : { *(.bss*) } - /DISCARD/ : { - *(*) - } } \ No newline at end of file