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
main
codehelp 14 years ago
parent 2cda5f4cc1
commit ba8b7cb24a

@ -0,0 +1,6 @@
#include <stdio.h>
int main (void)
{
return 0;
}

3
debian/changelog vendored

@ -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 <codehelp@debian.org> Tue, 20 Apr 2010 18:14:51 +0100
-- Neil Williams <codehelp@debian.org> Tue, 20 Apr 2010 18:15:22 +0100
multistrap (2.1.1) experimental; urgency=low

@ -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/

Loading…
Cancel
Save