From 05d7c8365ed67e18f54d861b86acc8fadc1c0080 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 3 Mar 2002 23:46:04 +0000 Subject: Check in new debian snapshot --- debian/changelog | 16 ++++++++++++++++ debian/control | 2 +- debian/control.in | 2 +- debian/rules | 8 +++++++- 4 files changed, 25 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 248f5a0b4..52b9ae567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +uclibc (0.9.9-cvs20020221-2) unstable; urgency=low + + * debian/rules: touch linux/autoconf.h. Should make us buildable + on arm. + * add build-dep on bzip2 + + -- David Schleef Sun, 24 Feb 2002 17:26:37 -0800 + +uclibc (0.9.9-cvs20020221-1) unstable; urgency=low + + * New upstream snapshot + * Add subarchitecture symlinks on arm + * Use mips config file on mipsel + + -- David Schleef Thu, 21 Feb 2002 23:11:23 -0800 + uclibc (0.9.9-cvs20020210-1) unstable; urgency=low * New upstream snapshot. diff --git a/debian/control b/debian/control index 7da35e404..056c30a1f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef -Build-Depends: debhelper, kernel-source-2.4.16 +Build-Depends: debhelper, bzip2, kernel-source-2.4.16 Standards-Version: 3.5.6 Package: libuclibc-dev diff --git a/debian/control.in b/debian/control.in index 11041432a..f61f6b99a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef -Build-Depends: debhelper, _KERNEL_ +Build-Depends: debhelper, bzip2, _KERNEL_ Standards-Version: 3.5.6 Package: libuclibc-dev_TARGET_ diff --git a/debian/rules b/debian/rules index aeb33c89f..b8783f13c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ version:=$(strip $(major)).$(strip $(minor)) kernel_source=kernel-source-2.4.16 target=$(DEB_HOST_GNU_CPU) -#target=powerpc +#target=arm with_shared_libs=y #ifeq ($(target),powerpc) @@ -51,7 +51,10 @@ build-stamp: debian/control # certainly wrong in most situations. #ifeq ($(target),arm) ln -s arch-sa1100 $(kernel_source)/include/asm-arm/arch + ln -s proc-armo $(kernel_source)/include/asm-arm/proc #endif + + touch $(kernel_source)/include/linux/autoconf.h ifneq ($(target),mipsel) cp extra/Configs/Config.$(target) Config @@ -73,6 +76,8 @@ endif #echo 'TARGET_PREFIX = /' >>Config ifeq ($(with_shared_libs),n) echo 'HAVE_SHARED = false' >>Config +else + echo 'HAVE_SHARED = true' >>Config endif echo 'KERNEL_SOURCE = '`pwd`/$(kernel_source) >>Config echo 'HAS_MMU = true' >>Config @@ -113,6 +118,7 @@ install: build debian/control $(MAKE) install_dev PREFIX=`pwd`/debian/$(p_dev) $(MAKE) install_runtime PREFIX=`pwd`/debian/$(p_lib) $(MAKE) install_toolchain PREFIX=`pwd`/debian/$(p_gcc) + $(MAKE) install_utils PREFIX=`pwd`/debian/$(p_gcc) install -d debian/$(p_gcc)/usr/share/man/man1 install -m 644 debian/uclibc-gcc.1 \ -- cgit v1.2.3