From ba8b7cb24afdf30ed0e976565a2ffcf066eabe46 Mon Sep 17 00:00:00 2001 From: codehelp Date: Tue, 20 Apr 2010 17:15:49 +0000 Subject: [PATCH] Add a simple C file to test the compiler inside the chroot git-svn-id: http://emdebian.org/svn/current@7119 563faec7-e20c-0410-992a-a66f704d0ccd --- cross/test.c | 6 ++++++ debian/changelog | 3 ++- debian/multistrap.install | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 cross/test.c diff --git a/cross/test.c b/cross/test.c new file mode 100644 index 0000000..3b20cd6 --- /dev/null +++ b/cross/test.c @@ -0,0 +1,6 @@ +#include + +int main (void) +{ + return 0; +} diff --git a/debian/changelog b/debian/changelog index d67c94e..b19d0c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ multistrap (2.1.2) experimental; urgency=low * Add support for compressing the filesystem into a tarball. * Add support for reinstalling packages known to fail due to preinst problems. + * Add a simple C file to test the compiler inside the chroot - -- Neil Williams Tue, 20 Apr 2010 18:14:51 +0100 + -- Neil Williams Tue, 20 Apr 2010 18:15:22 +0100 multistrap (2.1.1) experimental; urgency=low diff --git a/debian/multistrap.install b/debian/multistrap.install index 3fb2d4f..d710c2f 100644 --- a/debian/multistrap.install +++ b/debian/multistrap.install @@ -12,3 +12,4 @@ device-table.pl ./usr/share/multistrap/ update-rc.d ./usr/share/multistrap/ bash/multistrap ./etc/bash_completion.d/ cross/*.conf ./usr/share/multistrap/ +cross/test.c ./usr/share/multistrap/