SDCC: Remove default flags for a specific target

Remove defaults for a specific target (8051) because they are incorrect
for other targets.

Fixes: #20308
This commit is contained in:
fruit
2020-02-04 07:06:53 -05:00
committed by Brad King
parent f9410accaa
commit 18d2e6fc8f
2 changed files with 5 additions and 11 deletions
@@ -0,0 +1,5 @@
sdcc-no-default-target
----------------------
* The default flags used for SDCC no longer include any target-specific flags.
Previously the default flags were hard-coded for 8051.