blob: 8ad8e29ad194271c54e00318cc554b94823d699a (
plain)
1
2
3
4
5
6
7
8
9
|
PR = "r1"
SRC_URI += "file://sh4-asmfix.patch;patch=1"
require gmp.inc
# Builds on sh but can't be used due to not compiling in some functions
DEFAULT_PREFERENCE_sh3 = "-1"
DEFAULT_PREFERENCE_sh4 = "-1"
|