[General] Removed the DISCARD section in the .ld file. This fixes C++ support..

This commit is contained in:
Maschell 2018-02-12 20:40:54 +01:00
parent 8c0a3c965b
commit b9af38c7ff

View File

@ -29,7 +29,4 @@ SECTIONS {
.bss : {
*(.bss*)
}
/DISCARD/ : {
*(*)
}
}