Index: server/buildpkgs/platform ================================================================== --- server/buildpkgs/platform +++ server/buildpkgs/platform @@ -19,22 +19,19 @@ CPUPLAT="x86_64" ;; *elf*intel\ 80386*) CPUPLAT="ix86" ;; - *parisc*) + *parisc*|*pa-risc*) CPUPLAT="parisc" ;; *elf*32-bit*sparc*) CPUPLAT="sparc" ;; *elf*64-bit*sparc*) CPUPLAT="sparc64" ;; - *pa-risc*) - CPUPLAT="parisc" - ;; esac if [ "${MAGICOS}" != "`uname -s`" ]; then # Cross compiling, try to determine OS ... true