[ATrpms-devel] [Alsa-devel] build failures in asihpi (was: ALSA 1.0.12rc1 release)
Eliot Blennerhassett
linux at blennerhassett.gen.nz
Mon Jul 10 03:31:33 CEST 2006
On Mon, 10 Jul 2006 10:21, Eliot Blennerhassett wrote:
> I'm not sure what the problem with asihpi is, but the short term answer is
> to fix the Kconfig or other part of build system to force it not to be
> built for X86_64.
Seems that the alsa-driver configure script does not set CONFIG_X86_64=y
Bug and patch submitted
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2267
Summary: correct config for x86_64
Drivers that depended on (! x86_64) were not being disabled
Signed off by: Eliot Blennerhassett <eblennerhassett at audioscience.com>
diff -r e381a75adf4c configure.in
--- a/configure.in Thu Jul 06 15:13:52 2006 +0200
+++ b/configure.in Mon Jul 10 13:15:33 2006 +1200
@@ -1093,6 +1093,7 @@ EOF
c_opts="-mno-red-zone -mcmodel=kernel -fno-reorder-blocks
-fno-strength-reduce -finline-limit=2000"
CONFIG_SND_BIT32_EMUL=m
CONFIG_X86=y
+ CONFIG_X86_64=y
test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
;;
sa1100)
More information about the atrpms-devel
mailing list