|
@ -39,5 +39,7 @@ yaboot_premake() { |
|
|
# tell yaboot how to cross-compile |
|
|
# tell yaboot how to cross-compile |
|
|
sed -i "s,^ROOT =,ROOT = $xroot," Makefile |
|
|
sed -i "s,^ROOT =,ROOT = $xroot," Makefile |
|
|
sed -i "s,^CROSS =,CROSS = $archprefix," Makefile |
|
|
sed -i "s,^CROSS =,CROSS = $archprefix," Makefile |
|
|
|
|
|
else |
|
|
|
|
|
sed -i "s,^ROOT =,ROOT = $root," Makefile |
|
|
fi |
|
|
fi |
|
|
} |
|
|
} |