diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7d25f33..a92f018 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,10 @@ case "${target_cpu}" in RPMALLARCH="sparc sparc64" CANONTARGETCPU=sparc64 ;; + mipsel) + RPMALLARCH="mipsel mips32el mips64el" + CANONTARGETCPU=mipsel + ;; esac RPMALLARCH="${RPMALLARCH} noarch" AC_SUBST(RPMALLARCH) |