All of lore.kernel.org
 help / color / mirror / Atom feed
From: Spenser Gilliland <spenser@gillilanding.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ti-gfx: use BR2_ARM_EABIHF
Date: Thu, 18 Jul 2013 01:50:34 -0500	[thread overview]
Message-ID: <1374130234-25465-1-git-send-email-spenser@gillilanding.com> (raw)


Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
 package/ti-gfx/Config.in | 5 -----
 package/ti-gfx/ti-gfx.mk | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index a37705c..f336c52 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -28,11 +28,6 @@ config BR2_PACKAGE_TI_GFX_EGLIMAGE
 	help
 	  Installs OpenGL libaries which support the eglimage api.
 
-config BR2_PACKAGE_TI_GFX_HARD_FLOAT
-	bool "use hard float binaries"
-	help
-	  Install hard float binaries (required if using a hard float toolchain)
-
 choice
 	prompt "Target"
 	default BR2_PACKAGE_TI_GFX_ES3
diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
index 0838bde..7713990 100644
--- a/package/ti-gfx/ti-gfx.mk
+++ b/package/ti-gfx/ti-gfx.mk
@@ -7,7 +7,7 @@
 TI_GFX_VERSION = 4_09_00_01
 TI_GFX_SO_VERSION = 1.9.2188537
 
-ifeq ($(BR2_PACKAGE_TI_GFX_HARD_FLOAT),y)
+ifeq ($(BR2_ARM_EABIHF),y)
 TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_hardfp_minimal_demos.bin
 else
 TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_minimal_demos.bin
-- 
1.8.1.2

             reply	other threads:[~2013-07-18  6:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18  6:50 Spenser Gilliland [this message]
2013-07-18  7:17 ` [Buildroot] [PATCH 1/1] ti-gfx: use BR2_ARM_EABIHF Thomas Petazzoni
2013-07-18 11:10 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374130234-25465-1-git-send-email-spenser@gillilanding.com \
    --to=spenser@gillilanding.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.