CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: fixed build triple arm-unknown-linux-gnueabi and switched to enable-kernel...
[ports/core-arm.git] / glibc / Pkgfile
index 07182336580e3fdfb1c879c5bd6a57c31d0885a7..6e8e2e06d26d69a6d57959fde128eda9a9f58917 100644 (file)
@@ -1,6 +1,8 @@
 # Description: The C library used in the GNU system
-# URL:         http://www.gnu.org/software/libc/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
+# URL: http://www.gnu.org/software/libc/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on:
 
 name=glibc
 version=2.12.2
@@ -28,11 +30,11 @@ build() {
     cd $SRC/build
 
     ../$name-$version/configure --prefix=/usr \
-                                --build=arm-crux-linux-gnueabi \
+                                --build=arm-unknown-linux-gnueabi \
                                 --libexecdir=/usr/lib \
                                 --with-headers=$PKG/usr/include \
                                 --with-tls \
-                                --enable-kernel=2.6.0 \
+                                --enable-kernel=2.6.27 \
                                 --enable-add-ons \
                                 --disable-profile \
                                 --without-gd