clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 768c7e1 was 6faebd2, checked in by Jim Gifford <clfs@…>, 18 years ago |
r3538@server (orig r1614): ken | 2006-05-16 08:20:02 -0700
Found another ppc64 patch I'd missed from the repo and the book.
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[6faebd2] | 1 | Submitted By: Ken Moffat (ken at linuxfromscratch dot org)
|
---|
| 2 | Origin: fedora
|
---|
| 3 | Rediffed against 4.1.0 by Chris Staub
|
---|
| 4 | Date: 2005-11-22
|
---|
| 5 | Initial package version: 4.0.2
|
---|
| 6 | Description: In a native ppc64 build, this fixes a linkage failure while
|
---|
| 7 | installing a 32-bit nof/ (no -hardware- floating point) library, and also gets
|
---|
| 8 | rid of 1500 failures in the g++ testsuite. From fedora gcc-4.0.1, rediffed to
|
---|
| 9 | apply with -p1.
|
---|
| 10 |
|
---|
| 11 | diff -Naur gcc-4.1.0.orig/gcc/config/rs6000/t-linux64 gcc-4.1.0/gcc/config/rs6000/t-linux64
|
---|
| 12 | --- gcc-4.1.0.orig/gcc/config/rs6000/t-linux64 2006-02-10 15:58:33.000000000 -0500
|
---|
| 13 | +++ gcc-4.1.0/gcc/config/rs6000/t-linux64 2006-03-01 01:08:12.000000000 -0500
|
---|
| 14 | @@ -6,13 +6,13 @@
|
---|
| 15 |
|
---|
| 16 | TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
|
---|
| 17 |
|
---|
| 18 | -MULTILIB_OPTIONS = m64/m32 msoft-float
|
---|
| 19 | -MULTILIB_DIRNAMES = 64 32 nof
|
---|
| 20 | +MULTILIB_OPTIONS = m64/m32
|
---|
| 21 | +MULTILIB_DIRNAMES = 64 32
|
---|
| 22 | MULTILIB_EXTRA_OPTS = fPIC mstrict-align
|
---|
| 23 | -MULTILIB_EXCEPTIONS = m64/msoft-float
|
---|
| 24 | -MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
|
---|
| 25 | -MULTILIB_OSDIRNAMES = ../lib64 ../lib nof
|
---|
| 26 | -MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
|
---|
| 27 | +MULTILIB_EXCEPTIONS =
|
---|
| 28 | +MULTILIB_EXCLUSIONS =
|
---|
| 29 | +MULTILIB_OSDIRNAMES = ../lib64 ../lib
|
---|
| 30 | +MULTILIB_MATCHES =
|
---|
| 31 |
|
---|
| 32 | # We want fine grained libraries, so use the new code to build the
|
---|
| 33 | # floating point emulation libraries.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.