mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1262 from developandplay/demo-fix-bp
Fix demo.bin compilation for BlackParrot
This commit is contained in:
commit
df1cb4eea1
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ class BlackParrot(CPU):
|
|||
flags = "-mno-save-restore "
|
||||
flags += GCC_FLAGS[self.variant]
|
||||
flags += "-D__blackparrot__ "
|
||||
flags += "-mcmodel=medany"
|
||||
return flags
|
||||
|
||||
def __init__(self, platform, variant="standard"):
|
||||
|
|
Loading…
Reference in a new issue