xserver_xorg-server: libunwind support is broken on MIPS64 n32
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 1 Dec 2014 12:24:26 +0000 (12:24 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Dec 2014 12:37:40 +0000 (13:37 +0100)
Amend the former commit and disable xorg-server with libunwind support
only for MIPS64 n32, as stated in the bug report:

https://bugs.freedesktop.org/show_bug.cgi?id=79939

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xserver_xorg-server/xserver_xorg-server.mk

index 4e06d5f08aabbcd2e21254887d3a041cffe0304a..4164ccfa5af47954b9b6d370f9cc2c5fbb8e1666 100644 (file)
@@ -144,9 +144,9 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
 XSERVER_XORG_SERVER_DEPENDENCIES += freetype
 endif
 
-# libunwind support is broken on mips64
+# libunwind support is broken on MIPS64 n32
 # https://bugs.freedesktop.org/show_bug.cgi?id=79939
-ifeq ($(BR2_PACKAGE_LIBUNWIND)-$(BR2_mips64el),y-)
+ifeq ($(BR2_PACKAGE_LIBUNWIND)-$(BR2_MIPS_NABI32),y-)
 XSERVER_XORG_SERVER_DEPENDENCIES += libunwind
 else
 XSERVER_XORG_SERVER_CONF_OPTS += --disable-libunwind