diff options
Diffstat (limited to 'community/cross-arm-wince-cegcc-newlib/PKGBUILD')
-rw-r--r-- | community/cross-arm-wince-cegcc-newlib/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cross-arm-wince-cegcc-newlib/PKGBUILD b/community/cross-arm-wince-cegcc-newlib/PKGBUILD index 79270520b..ab4e1f494 100644 --- a/community/cross-arm-wince-cegcc-newlib/PKGBUILD +++ b/community/cross-arm-wince-cegcc-newlib/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.59.1 pkgrel=1 _prefix=/opt/cegcc pkgdesc="CE GCC bundle - cross compilation tools for WinCE" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') options=(!libtool) url="http://cegcc.sf.net" |