mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Add missing definitions if target is microwatt
Picolibc compilation for powerpc was missing some defines. This adds them to gcc parameters
This commit is contained in:
parent
ba1d20f2ad
commit
53135eb7bc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ else ifeq ($(CPU), mor1kx)
|
|||
CPUFAMILY = or1k
|
||||
else ifeq ($(CPU), microwatt)
|
||||
CPUFAMILY = powerpc
|
||||
CFLAGS += -DLONG_LONG_MIN=LLONG_MIN -DLONG_LONG_MAX=LLONG_MAX -DLONG_LONG_MIN=LLONG_MIN -DULONG_LONG_MAX=ULLONG_MAX
|
||||
else ifeq ($(CPU), zynq7000)
|
||||
CPUFAMILY = arm
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue