diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-09-25 10:07:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-09-25 10:07:21 +0000 |
commit | 566ec996a17b837edfdf66101cbc3c59933a1c21 (patch) | |
tree | 44414221406c328b6919f8bf9c9626e9da5615e0 | |
parent | 7f1ffcb3586e65d4dd50244ea963fe41e2848c0f (diff) | |
download | rpm-setup-566ec996a17b837edfdf66101cbc3c59933a1c21.tar rpm-setup-566ec996a17b837edfdf66101cbc3c59933a1c21.tar.gz rpm-setup-566ec996a17b837edfdf66101cbc3c59933a1c21.tar.bz2 rpm-setup-566ec996a17b837edfdf66101cbc3c59933a1c21.tar.xz rpm-setup-566ec996a17b837edfdf66101cbc3c59933a1c21.zip |
add mipsel support (from Arnaud Patard)
-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) |