summaryrefslogtreecommitdiff
path: root/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/4.2.4/1000-aapcs-linux.patch')
-rw-r--r--toolchain/gcc/4.2.4/1000-aapcs-linux.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/gcc/4.2.4/1000-aapcs-linux.patch b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
deleted file mode 100644
index 80c5afc19..000000000
--- a/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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
- ;;
- *)