source: patches/gcc-4.3.3-powerpc64_multilib-1.patch @ 0804c00

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 0804c00 was 0804c00, checked in by Jim Gifford <clfs@…>, 15 years ago

Updated to GCC 4.3.3 - Patches

  • Property mode set to 100644
File size: 1.6 KB
  • gcc/config/rs6000/t-linux64

    Submitted By: Ken Moffat (ken at linuxfromscratch dot org)
    Origin: fedora
            Rediffed against 4.1.0 by Chris Staub
    	Rediffed against 4.2.0 by Joe Ciccone
    	Rediffed agaisnt 4.2.4 by Ken Moffat
    Date: 2005-11-22
    Initial package version: 4.0.2
    Description: In a native ppc64 build, this fixes a linkage failure while
    installing a 32-bit nof/ (no -hardware- floating point) library, and also gets
    rid of 1500 failures in the g++ testsuite.  From fedora gcc-4.0.1, rediffed to
    apply with -p1.
    
    diff -Naur gcc-4.2.4.orig/gcc/config/rs6000/t-linux64 gcc-4.2.4/gcc/config/rs6000/t-linux64
    old new  
    1414# it doesn't tell anything about the 32bit libraries on those systems.  Set
    1515# MULTILIB_OSDIRNAMES according to what is found on the target.
    1616
    17 MULTILIB_OPTIONS        = m64/m32 msoft-float
    18 MULTILIB_DIRNAMES       = 64 32 nof
     17MULTILIB_OPTIONS        = m64/m32
     18MULTILIB_DIRNAMES       = 64 32
    1919MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
    20 MULTILIB_EXCEPTIONS     = m64/msoft-float
    21 MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
    22 MULTILIB_OSDIRNAMES     = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
    23 MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
     20MULTILIB_EXCEPTIONS     =
     21MULTILIB_EXCLUSIONS     =
     22MULTILIB_OSDIRNAMES     = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
     23MULTILIB_MATCHES        =
    2424
    2525softfp_wrap_start := '\#ifndef __powerpc64__'
    2626softfp_wrap_end := '\#endif'
Note: See TracBrowser for help on using the repository browser.