From: Khem Raj <raj.khem@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux
Date: Wed, 28 Jul 2010 00:11:39 -0700 [thread overview]
Message-ID: <1280301099-5930-4-git-send-email-raj.khem@gmail.com> (raw)
In-Reply-To: <1280301099-5930-1-git-send-email-raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
toolchain/gcc/4.2.4/1000-aapcs-linux.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 toolchain/gcc/4.2.4/1000-aapcs-linux.patch
diff --git a/toolchain/gcc/4.2.4/1000-aapcs-linux.patch b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
new file mode 100644
index 0000000..80c5afc
--- /dev/null
+++ b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
@@ -0,0 +1,17 @@
+2008-10-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
+
+Index: gcc/gcc/config.gcc
+===================================================================
+--- gcc/gcc/config.gcc (revision 140935)
++++ gcc/gcc/config.gcc (revision 140936)
+@@ -2656,7 +2656,7 @@
+
+ case "$with_abi" in
+ "" \
+- | apcs-gnu | atpcs | aapcs | iwmmxt )
++ | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
+ #OK
+ ;;
+ *)
--
1.7.0.4
next prev parent reply other threads:[~2010-07-28 7:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-28 7:11 [Buildroot] [PATCH 0/3] Add support for uclibc NPTL toolchain Khem Raj
2010-07-28 7:11 ` [Buildroot] [PATCH 1/3] " Khem Raj
2010-07-28 7:11 ` [Buildroot] [PATCH 2/3] uclibc.mk: Make all available versions of uclibc compilable with new toolchain build sequence Khem Raj
2010-07-28 7:11 ` Khem Raj [this message]
2010-07-29 15:36 ` [Buildroot] [PATCH 0/3] Add support for uclibc NPTL toolchain Peter Korsgaard
2010-07-29 17:02 ` Khem Raj
2010-07-29 19:10 ` Peter Korsgaard
2010-07-30 2:12 ` Khem Raj
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=1280301099-5930-4-git-send-email-raj.khem@gmail.com \
--to=raj.khem@gmail.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