Ignore:
Timestamp:
Jun 23, 2007, 7:04:49 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5f22e50
Parents:
9c0cf5d
Message:

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.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/glibc-2.6-alpha_ioperm_fix-1.patch

    r9c0cf5d r44426cf  
    11Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
    2 Date: 2006-06-25
    3 Initial Package Version: 2.4
     2Date: 2007-05-19
     3Initial Package Version: 2.6
    44Origin: Joe Ciccone
    55Upstream Status: Unknown
     
    77             instructions being modified are specific to ev56/ev6.
    88
    9 --- glibc-2.4.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c       2006-06-24 18:31:02.000000000 -0400
    10 +++ glibc-2.4/sysdeps/unix/sysv/linux/alpha/ioperm.c            2006-06-24 18:32:15.000000000 -0400
    11 @@ -173,13 +173,13 @@
     9diff -Naur glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c
     10--- glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c       2007-05-07 15:57:20.000000000 -0700
     11+++ glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c    2007-05-19 13:29:49.000000000 -0700
     12@@ -178,13 +178,13 @@
    1213 static inline void
    1314 stb_mb(unsigned char val, unsigned long addr)
     
    2526 
    2627 static inline void
    27 @@ -351,7 +351,7 @@
     28@@ -356,7 +356,7 @@
    2829   unsigned long int addr = dense_port_to_cpu_addr (port);
    2930   unsigned char r;
     
    3435 }
    3536 
    36 @@ -361,7 +361,7 @@
     37@@ -366,7 +366,7 @@
    3738   unsigned long int addr = dense_port_to_cpu_addr (port);
    3839   unsigned short r;
     
    4344 }
    4445 
     46 
Note: See TracChangeset for help on using the changeset viewer.