Disable vmlinux for now.

committer: mfx <mfx> 968541091 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-09 23:11:31 +00:00
parent 61d7c3beec
commit 6053637c8f
2 changed files with 10 additions and 5 deletions
+2
View File
@@ -169,8 +169,10 @@ static Packer* try_packers(InputFile *f, try_function func)
return p;
if ((p = func(new PackLinuxI386sh(f),f)) != NULL)
return p;
#if 0
if ((p = func(new PackBvmlinuxI386(f),f)) != NULL)
return p;
#endif
if ((p = func(new PackLinuxI386(f),f)) != NULL)
return p;
if ((p = func(new PackSys(f),f)) != NULL)