This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ARM,PATCH] accept --with-abi=aapcs-linux


Hi,

config.gcc is out of sync with arm_all_abis[] making it impossible to
configure --with-abi=aapcs-linux. The patch applies to gcc-4_3-branch
and trunk.

gcc/ChangeLog

2008-09-22  Bernhard Reutner-Fischer  <>

	* config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.

\\\\ followup of PR34205; trying to use aapcs-linux
\\ gcc/ChangeLog
\\
\\ 2008-09-18  Bernhard Reutner-Fischer  <aldot@>
\\
\\ * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
\\
--- gcc-4.3.2.orig/gcc/config.gcc	2008-09-18 20:33:55.000000000 +0200
+++ gcc-4.3.2/gcc/config.gcc	2008-09-18 21:38:52.000000000 +0200
@@ -2921,7 +2921,7 @@
 
 		case "$with_abi" in
 		"" \
-		| apcs-gnu | atpcs | aapcs | iwmmxt )
+		| apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
 			#OK
 			;;
 		*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]