blob: c0427e5fd2c16287715ae0fb245121ebdf1e5c4a (
plain)
1
2
3
4
5
6
7
|
# Custom multilibs for RTEMS
MULTILIB_OPTIONS = mv850/mv850e/mv850e2/mv850e2v3
MULTILIB_DIRNAMES = v850 v850e v850e2 v850e2v3
MULTILIB_MATCHES = mv850e=mv850e1
MULTILIB_MATCHES += mv850e=mv850es
|