source: patches/glibc-2.6-mawk_fix-1.patch @ 44426cf

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 44426cf was 44426cf, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Updated to Glibc 2.6. This includes adding a sed to Coreutils and Gzip to rename their internal implementations of futimens which are incompatible with the implementation provided by Glibc. Added a target tripplet based optimization to glibc on x86 and 32bit build on x86_64 so that glibc will build properly now that i386 is no longer supported. Also added a note to the build variables page the i386-pc-linux-gnu is not supported by glibc.

  • Property mode set to 100644
File size: 601 bytes
  • glibc-2.4/scripts/gen-sorted.awk

    Submitted By: Jim Gifford <jim@linuxfromscratch.org>
    Date: 2006-07-10
    Initial Package Version: 2.4
    Origin: Various
    Upstream Status: Unknown
    Description: Fixes build if host distro is using mawk.
    	     Distro's known to have the issue Debina
    	     and Ubuntu
    
    old new  
    1616{
    1717  subdir = type = FILENAME;
    1818  sub(/^.*\//, "", type);
    19   sub(/\/[^/]+$/, "", subdir);
     19  sub(/\/[^\/]+$/, "", subdir);
    2020  sub(/^.*\//, "", subdir);
    2121  thisdir = "";
    2222}
Note: See TracBrowser for help on using the repository browser.