source: patches/gcc-3.4.0-arm-nolibfloat.patch @ 617118d

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.0 KB
  • gcc/config/arm/linux-elf.h

    # Dimitry Andric <dimitry@andric.com>, 2004-05-01
    #
    # * Removed the extra -lfloat option from LIBGCC_SPEC, since it isn't needed
    #   anymore.  (The required functions are now in libgcc.)
    # 
    # Fixes errors like
    # arm-softfloat-linux-gnu/3.4.0/../../../../arm-softfloat-linux-gnu/bin/ld: cannot find -lfloat
    # collect2: ld returned 1 exit status
    # make[2]: *** [arm-softfloat-linux-gnu/gcc-3.4.0-glibc-2.3.2/build-glibc/iconvdata/ISO8859-1.so] Error 1
    # when building glibc-2.3.3 with gcc-3.4.0 for arm-softfloat
    
    diff -urNd gcc-3.4.0-orig/gcc/config/arm/linux-elf.h gcc-3.4.0/gcc/config/arm/linux-elf.h
    old new  
    5573   %{shared:-lc} \
    5674   %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
    5775
    58 #define LIBGCC_SPEC "%{msoft-float:-lfloat} -lgcc"
     76#define LIBGCC_SPEC "-lgcc"
    5977
    6078/* Provide a STARTFILE_SPEC appropriate for GNU/Linux.  Here we add
    6179   the GNU/Linux magical crtbegin.o file (see crtstuff.c) which
Note: See TracBrowser for help on using the repository browser.