Skip to content
Snippets Groups Projects
Commit f5b757af authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/musl: add ppc definition

parent 923097cc
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ install_sysroot_headers() { ...@@ -41,6 +41,7 @@ install_sysroot_headers() {
arm*) ARCH="arm" ;; arm*) ARCH="arm" ;;
x86) ARCH="i386" ;; x86) ARCH="i386" ;;
x86_64) ARCH="x86_64" ;; x86_64) ARCH="x86_64" ;;
ppc) ARCH="powerpc" ;;
mips*) ARCH="mips" ;; mips*) ARCH="mips" ;;
esac esac
make ARCH="$ARCH" prefix=/usr DESTDIR="${CBUILDROOT}" install-headers || return 1 make ARCH="$ARCH" prefix=/usr DESTDIR="${CBUILDROOT}" install-headers || return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment