* [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386
@ 2013-10-24 22:50 Arnout Vandecappelle
2013-10-24 22:59 ` Gustavo Zacarias
2013-10-25 7:28 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2013-10-24 22:50 UTC (permalink / raw)
To: buildroot
This package builds with -m32. In buildroot, we don't have multilib
support so only the 64-bit libraries are available, which can't be
linked against these 32-bit object files.
I've tested this with the Sourcery and buildroot toolchains - neither
works.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
package/x11r7/xdriver_xf86-video-geode/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xdriver_xf86-video-geode/Config.in b/package/x11r7/xdriver_xf86-video-geode/Config.in
index 2b868d0..0b45fb1 100644
--- a/package/x11r7/xdriver_xf86-video-geode/Config.in
+++ b/package/x11r7/xdriver_xf86-video-geode/Config.in
@@ -5,6 +5,6 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_VIDEOPROTO
select BR2_PACKAGE_XPROTO_XPROTO
- depends on (BR2_i386 || BR2_x86_64)
+ depends on BR2_i386
help
video driver for geode device
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386
2013-10-24 22:50 [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386 Arnout Vandecappelle
@ 2013-10-24 22:59 ` Gustavo Zacarias
2013-10-25 7:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2013-10-24 22:59 UTC (permalink / raw)
To: buildroot
On 10/24/2013 07:50 PM, Arnout Vandecappelle (Essensium/Mind) wrote:
> This package builds with -m32. In buildroot, we don't have multilib
> support so only the 64-bit libraries are available, which can't be
> linked against these 32-bit object files.
>
> I've tested this with the Sourcery and buildroot toolchains - neither
> works.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
(The geode is NSC's old embedded x86 chip with on-chip video so no
64-bit variant and no standalone cards).
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386
2013-10-24 22:50 [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386 Arnout Vandecappelle
2013-10-24 22:59 ` Gustavo Zacarias
@ 2013-10-25 7:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-10-25 7:28 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
> This package builds with -m32. In buildroot, we don't have multilib
> support so only the 64-bit libraries are available, which can't be
> linked against these 32-bit object files.
> I've tested this with the Sourcery and buildroot toolchains - neither
> works.
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-25 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 22:50 [Buildroot] [PATCH] xdriver_xf86-video-geode: only build on i386 Arnout Vandecappelle
2013-10-24 22:59 ` Gustavo Zacarias
2013-10-25 7:28 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox