Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
cross-s390x-binutils
s390-pic.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File s390-pic.patch of Package cross-s390x-binutils
Index: libiberty/configure =================================================================== --- libiberty/configure.orig 2010-11-05 11:31:22.000000000 +0100 +++ libiberty/configure 2011-01-10 17:45:26.000000000 +0100 @@ -4865,7 +4865,7 @@ if [ "${shared}" = "yes" ]; then *-fpic* ) PICFLAG=-fpic ;; * ) PICFLAG=-fPIC ;; esac ;; - s390*-*-*) PICFLAG=-fpic ;; + s390*-*-*) PICFLAG=-fPIC ;; sh*-*-*) PICFLAG=-fPIC ;; esac fi Index: libiberty/configure.ac =================================================================== --- libiberty/configure.ac.orig 2010-11-05 00:41:21.000000000 +0100 +++ libiberty/configure.ac 2011-01-10 17:45:33.000000000 +0100 @@ -216,7 +216,7 @@ if [[ "${shared}" = "yes" ]]; then *-fpic* ) PICFLAG=-fpic ;; * ) PICFLAG=-fPIC ;; esac ;; - s390*-*-*) PICFLAG=-fpic ;; + s390*-*-*) PICFLAG=-fPIC ;; sh*-*-*) PICFLAG=-fPIC ;; esac fi
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