diff options
-rw-r--r-- | profiles/arch/ia64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults index bdf4d7fa4798..4fd7df5d9af7 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="ia64" -ACCEPT_KEYWORDS="ia64" +ACCEPT_KEYWORDS="ia64 ~ia64" CHOST="ia64-unknown-linux-gnu" CFLAGS="-O2 -pipe" |