From: J Evans <g4@novadsp.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] ne10: Add aarch64 configuration option
Date: Fri, 28 Apr 2017 23:28:06 +0100 [thread overview]
Message-ID: <1493418486-109149-2-git-send-email-g4@novadsp.com> (raw)
In-Reply-To: <1493418486-109149-1-git-send-email-g4@novadsp.com>
Signed-off-by: J Evans <g4@novadsp.com>
---
package/ne10/ne10.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/ne10/ne10.mk b/package/ne10/ne10.mk
index 0da862c..b4611e8 100755
--- a/package/ne10/ne10.mk
+++ b/package/ne10/ne10.mk
@@ -17,6 +17,12 @@ NE10_CONF_OPTS += \
-DNE10_BUILD_SHARED=ON
endif
+#
+ifeq ($(BR2_aarch64),y)
+NE10_CONF_OPTS += \
+ -DNE10_LINUX_TARGET_ARCH=aarch64
+endif
+
# The package does not have any install target, so have to provide
# INSTALL_STAGING_CMDS and INSTALL_TARGET_CMDS.
--
2.7.4
next prev parent reply other threads:[~2017-04-28 22:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-28 22:28 [Buildroot] [PATCH 1/2] ne10: bump to version 1.2.1. Remove obsolete patch file for modifying thumb code generation J Evans
2017-04-28 22:28 ` J Evans [this message]
2017-04-29 12:00 ` [Buildroot] [PATCH 2/2] ne10: Add aarch64 configuration option g4 at novadsp.com
2017-04-29 12:09 ` Thomas Petazzoni
2017-04-29 12:43 ` jerry at chordia.co.uk
2017-04-29 12:08 ` [Buildroot] [PATCH 1/2] ne10: bump to version 1.2.1. Remove obsolete patch file for modifying thumb code generation Thomas Petazzoni
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=1493418486-109149-2-git-send-email-g4@novadsp.com \
--to=g4@novadsp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox