Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
network:cluster:xtreemos
erlang
erlang-ppc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File erlang-ppc.patch of Package erlang
Index: otp_src_R16B/erts/configure =================================================================== --- otp_src_R16B.orig/erts/configure +++ otp_src_R16B/erts/configure @@ -5404,6 +5404,7 @@ case $chk_arch_ in x86_64) ARCH=amd64;; amd64) ARCH=amd64;; macppc) ARCH=ppc;; + powerpc) ARCH=ppc;; ppc) ARCH=ppc;; ppc64) ARCH=ppc64;; "Power Macintosh") ARCH=ppc;; Index: otp_src_R16B/erts/configure.in =================================================================== --- otp_src_R16B.orig/erts/configure.in +++ otp_src_R16B/erts/configure.in @@ -617,6 +617,7 @@ case $chk_arch_ in x86_64) ARCH=amd64;; amd64) ARCH=amd64;; macppc) ARCH=ppc;; + powerpc) ARCH=ppc;; ppc) ARCH=ppc;; ppc64) ARCH=ppc64;; "Power Macintosh") ARCH=ppc;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor