Christian Wiese
17 years ago
3 changed files with 0 additions and 139 deletions
@ -1,30 +0,0 @@ |
|||||||
|
|
||||||
[TIMESTAMP] 1143396384 Sun Mar 26 20:06:24 2006 |
|
||||||
[BUILDTIME] 460 (5) |
|
||||||
[SIZE] 6.76 MB, 88 files |
|
||||||
|
|
||||||
[DEP] 00-dirtree |
|
||||||
[DEP] autoconf |
|
||||||
[DEP] bash |
|
||||||
[DEP] binutils |
|
||||||
[DEP] bzip2 |
|
||||||
[DEP] coreutils |
|
||||||
[DEP] diffutils |
|
||||||
[DEP] findutils |
|
||||||
[DEP] gawk |
|
||||||
[DEP] gcc |
|
||||||
[DEP] gettext |
|
||||||
[DEP] glibc |
|
||||||
[DEP] grep |
|
||||||
[DEP] linux-header |
|
||||||
[DEP] m4 |
|
||||||
[DEP] make |
|
||||||
[DEP] mktemp |
|
||||||
[DEP] net-tools |
|
||||||
[DEP] patch |
|
||||||
[DEP] perl |
|
||||||
[DEP] sed |
|
||||||
[DEP] sysfiles |
|
||||||
[DEP] tar |
|
||||||
[DEP] texinfo |
|
||||||
[DEP] util-linux |
|
@ -1,67 +0,0 @@ |
|||||||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# T2 SDE: package/.../glibc32/glibc32.conf |
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This program is free software; you can redistribute it and/or modify |
|
||||||
# it under the terms of the GNU General Public License as published by |
|
||||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
# GNU General Public License can be found in the file COPYING. |
|
||||||
# --- T2-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
# we need -m32 ... - still needed? |
|
||||||
var_insert GCC_WRAPPER_INSERT " " "-m32" |
|
||||||
|
|
||||||
arch_target="`echo $arch_target | arch2arch32`" |
|
||||||
echo_status "Set arch_target to $arch_target ..." |
|
||||||
set_confopt |
|
||||||
|
|
||||||
# do what glibc does |
|
||||||
. $base/package/*/glibc/glibc.conf |
|
||||||
|
|
||||||
# a bit hacky - might need/get a cleanup ... |
|
||||||
var_append patchfiles " " "`ls $confdir/../glibc/*.patch`" |
|
||||||
if ! atstage native; then |
|
||||||
var_append patchfiles " " "`ls $confdir/../glibc/*.patch.cross`" |
|
||||||
fi |
|
||||||
|
|
||||||
# do not build the programs |
|
||||||
hook_add premake 5 "cat > configparms <<-EOT |
|
||||||
build-programs=no |
|
||||||
EOT |
|
||||||
" |
|
||||||
|
|
||||||
var_remove makeinstopt ' ' 'install' |
|
||||||
var_append makeinstopt ' ' 'install-lib-all' |
|
||||||
|
|
||||||
libdir=${libdir%64} |
|
||||||
slibdir=lib |
|
||||||
|
|
||||||
# glibc installs some headers it should not |
|
||||||
var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,.*usr/include/.*\.h,/tmp/weg.h,'" |
|
||||||
|
|
||||||
# and last overwrite the postmake function to do less stuff |
|
||||||
|
|
||||||
glibc_postmake() |
|
||||||
{ |
|
||||||
# No wrong absolute path in libc.so |
|
||||||
# Obsolete? -ReneR |
|
||||||
# |
|
||||||
if ! atstage native; then |
|
||||||
libcso=$root/usr/$slibdir/libc.so |
|
||||||
sed 's,/[^ ]*/,,g' < $libcso > $libcso.new |
|
||||||
mv $libcso.new $libcso |
|
||||||
fi |
|
||||||
|
|
||||||
# Create /lib/ld-lsb.so.1 symlink |
|
||||||
# |
|
||||||
if [ -f $root/$slibdir/ld-linux-$arch_machine.so.2 ] ; then |
|
||||||
ln -vfs ld-linux-$arch_machine.so.2 $root/$slibdir/ld-lsb.so.1 |
|
||||||
elif [ -f $root/$slibdir/ld-linux.so.2 ] ; then |
|
||||||
ln -vfs ld-linux.so.2 $root/$slibdir/ld-lsb.so.1 |
|
||||||
fi |
|
||||||
} |
|
||||||
|
|
@ -1,42 +0,0 @@ |
|||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
[COPY] |
|
||||||
[COPY] Filename: package/.../glibc32/glibc32.desc |
|
||||||
[COPY] Copyright (C) 2006 The OpenSDE Project |
|
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
[COPY] |
|
||||||
[COPY] More information can be found in the files COPYING and README. |
|
||||||
[COPY] |
|
||||||
[COPY] This program is free software; you can redistribute it and/or modify |
|
||||||
[COPY] it under the terms of the GNU General Public License as published by |
|
||||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
[COPY] GNU General Public License can be found in the file COPYING. |
|
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
[I] The GNU C library 32bit compatbility version for 64bit systems |
|
||||||
|
|
||||||
[T] GNU C library (glibc) defines the ``system calls'' and other |
|
||||||
[T] basic facilities such as open, malloc, printf, |
|
||||||
[T] exit... It is used by almost all C programs and provides |
|
||||||
[T] the most essential program interface. |
|
||||||
|
|
||||||
[U] http://www.gnu.org/software/libc/ |
|
||||||
|
|
||||||
[A] The GNU Project / FSF |
|
||||||
[M] The OpenSDE Community <list@opensde.org> |
|
||||||
|
|
||||||
[C] base/library |
|
||||||
[E] del libgd |
|
||||||
[F] LIBC NO-SSP |
|
||||||
|
|
||||||
[R] + x86-64 sparc64 powerpc64 hppa64 mips64 |
|
||||||
|
|
||||||
[L] GPL |
|
||||||
[S] Stable |
|
||||||
[V] 2.5 |
|
||||||
[P] X -1---5---9 101.600 |
|
||||||
|
|
||||||
[D] 3501909437 glibc-2.5.tar.bz2 http://ftp.gnu.org/gnu/glibc/ |
|
||||||
[D] 384823203 glibc-libidn-2.5.tar.bz2 http://ftp.gnu.org/gnu/glibc/ |
|
||||||
[D] 4254376675 glibc-linuxthreads-2.5.tar.bz2 http://ftp.gnu.org/gnu/glibc/ |
|
||||||
[D] 4254948014 glibc-ports-2.5.tar.bz2 http://ftp.gnu.org/gnu/glibc/ |
|
Loading…
Reference in new issue