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
This commit is contained in:
parent
2cda5f4cc1
commit
ba8b7cb24a
3 changed files with 9 additions and 1 deletions
6
cross/test.c
Normal file
6
cross/test.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
3
debian/changelog
vendored
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
|
||||
|
||||
|
|
1
debian/multistrap.install
vendored
1
debian/multistrap.install
vendored
|
@ -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…
Reference in a new issue