mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
(From OE-Core rev: 475ca28ab1b42fc0307669edae220afb97dd15c3) Signed-off-by: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
149 B
PHP
9 lines
149 B
PHP
# m68k Architecture definitions
|
|
|
|
DEFAULTTUNE ?= "m68k"
|
|
|
|
# Architecture name
|
|
TUNE_ARCH = "m68k"
|
|
|
|
TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
|