Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
gcc33
ppc-nostartfileprefix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ppc-nostartfileprefix.patch of Package gcc33
diff -ur gcc-3.3.2/gcc/config/rs6000/linux64.h gcc-3.3.2/gcc/config/rs6000/linux64.h --- gcc-3.3.2/gcc/config/rs6000/linux64.h 2003-11-28 09:14:56.000000000 +0000 +++ gcc-3.3.2/gcc/config/rs6000/linux64.h 2003-11-28 08:56:36.000000000 +0000 @@ -398,12 +398,12 @@ #if !defined (CROSS_COMPILE) || defined (NATIVE_CROSS) #if DEFAULT_ARCH64_P #define STARTFILE_PREFIX_SPEC "\ - %{!m32: " STANDARD_STARTFILE_PREFIX "../lib64/ /lib64/ /usr/lib64/} \ - %{m32: " STANDARD_STARTFILE_PREFIX " /lib/ /usr/lib/}" + %{!m32: /lib64/ /usr/lib64/} \ + %{m32: /lib/ /usr/lib/}" #else #define STARTFILE_PREFIX_SPEC "\ - %{!m64: " STANDARD_STARTFILE_PREFIX " /lib/ /usr/lib/} \ - %{m64: " STANDARD_STARTFILE_PREFIX "../lib64/ /lib64/ /usr/lib64/}" + %{!m64: /lib/ /usr/lib/} \ + %{m64: /lib64/ /usr/lib64/}" #endif #endif
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