summaryrefslogtreecommitdiff
path: root/package/mesa3d
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-03-05 17:04:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-05 19:11:29 +0100
commitf844ac4e67ef7fa87482064015c71030ab53c47a (patch)
tree84bfc9ae103118d44fc01401f340c5073d432f17 /package/mesa3d
parent53b94db4d8cc46ab22699ca25f3d52364cad2fe9 (diff)
package: remove _gp issue workaround for Codesourcery nios2 toolchain
The _gp link issue has been fixed in CS nios2 2015.11. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mesa3d')
-rw-r--r--package/mesa3d/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 8c72a3d47..905774666 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -3,8 +3,6 @@ menuconfig BR2_PACKAGE_MESA3D
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
- # Triggers the _gp link issue in nios2
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_XORG7
@@ -169,6 +167,5 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
endif # BR2_PACKAGE_MESA3D
comment "mesa3d needs a toolchain w/ C++, NPTL, dynamic library"
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
BR2_STATIC_LIBS