From mboxrd@z Thu Jan 1 00:00:00 1970 From: Khem Raj Date: Wed, 28 Jul 2010 00:11:39 -0700 Subject: [Buildroot] [PATCH 3/3] gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux In-Reply-To: <1280301099-5930-1-git-send-email-raj.khem@gmail.com> References: <1280301099-5930-1-git-send-email-raj.khem@gmail.com> Message-ID: <1280301099-5930-4-git-send-email-raj.khem@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Khem Raj --- 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 + + * 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