source: scripts/patches/gcc-3.4.0-arm-nolibfloat.patch @ d7f7ff5

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

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • 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.