diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-04-10 08:30:55 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-04-10 08:30:55 +0000 |
commit | a65221cbf5d70bfecd8ce6cbf4ef1c07e539be5f (patch) | |
tree | b62d02458e74e625ad1987d22d91ceb66fa4fec1 /main/qemu | |
parent | 4cba7fc899852367b78bf18ee64be5581afbb1e8 (diff) | |
download | aports-a65221cbf5d70bfecd8ce6cbf4ef1c07e539be5f.tar.bz2 aports-a65221cbf5d70bfecd8ce6cbf4ef1c07e539be5f.tar.xz |
main/qemu: split system-tricore
Diffstat (limited to 'main/qemu')
-rw-r--r-- | main/qemu/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index 2580c8b134..e214f99ed9 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -62,6 +62,7 @@ $pkgname-system-sh4:system_sh4 $pkgname-system-sh4eb:system_sh4eb $pkgname-system-sparc:system_sparc $pkgname-system-sparc64:system_sparc64 +$pkgname-system-tricore:system_tricore $pkgname-system-unicore32:system_unicore32 $pkgname-system-x86_64:system_x86_64 $pkgname-system-xtensa:system_xtensa @@ -213,6 +214,7 @@ system_s390x() { _subsys system-s390x; } system_sh4() { _subsys system-sh4; } system_sh4eb() { _subsys system-sh4eb; } system_sparc() { _subsys system-sparc; } +system_tricore() { _subsys system-tricore; } system_sparc64() { _subsys system-sparc64; } system_unicore32() { _subsys system-unicore32; } system_x86_64() { _subsys system-x86_64; } |