Skip to content

Commit

Permalink
Merge pull request #720 from Daft-Freak/patch-3
Browse files Browse the repository at this point in the history
Fix GCC 10
  • Loading branch information
Gadgetoid authored Oct 11, 2021
2 parents e78a346 + d997566 commit 1339476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 32blit-stm32/STM32H750VBTx.ld
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ SECTIONS
/* Remove information from the standard libraries */
/DISCARD/ :
{
libc.a ( * )
libc_nano.a ( * )
libm.a ( * )
libgcc.a ( * )
}
Expand Down

0 comments on commit 1339476

Please sign in to comment.