From: H. Peter Anvin Date: Wed, 17 Jun 2009 00:39:04 +0000 (-0700) Subject: x86, boot: use .code16gcc instead of .code16 X-Git-Tag: v2.6.31-rc1~97^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b4868820a56de661f54742ff91b78e12f1e582;p=pandora-kernel.git x86, boot: use .code16gcc instead of .code16 Use .code16gcc to compile arch/x86/boot/bioscall.S rather than .code16, since some older versions of binutils can't generate 32-bit addressing expressions (67 prefixes) in .code16 mode, only in .code16gcc mode. Reported-by: Tetsuo Handa Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed