aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRamana Radhakrishnan <ramana.radhakrishnan@linaro.org>2012-03-15 10:50:58 +0000
committerRamana Radhakrishnan <ramana@gcc.gnu.org>2012-03-15 10:50:58 +0000
commit5ab228501e6340fff0ab619d40d22594e08255da (patch)
treef698564e84b66556b78c24aff9af5b4e094570e0 /gcc/config.gcc
parentad193f32c80b2d5f5c62f00b5cfd729bc12e6cd1 (diff)
downloadgcc-5ab228501e6340fff0ab619d40d22594e08255da.zip
gcc-5ab228501e6340fff0ab619d40d22594e08255da.tar.gz
gcc-5ab228501e6340fff0ab619d40d22594e08255da.tar.bz2
Fix gnu_unique_object handling for arm-linux-gnueabi
2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> * config.gcc (target_type_format_char): New. Document it. Set it for arm*-*-* . * configure.ac (gnu_unique_option): Use target_type_format_char in test. Comment rationale. * configure: Regenerate . From-SVN: r185428
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ebeb5e6..a1f080a 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -182,6 +182,11 @@
# the --with-sysroot configure option or the
# --sysroot command line option is used this
# will be relative to the sysroot.
+# target_type_format_char
+# The default character to be used for formatting
+# the attribute in a
+# .type symbol_name, ${t_t_f_c}<property>
+# directive.
# The following variables are used in each case-construct to build up the
# outgoing variables:
@@ -232,6 +237,7 @@ target_gtfiles=
need_64bit_hwint=
need_64bit_isa=
native_system_header_dir=/usr/include
+target_type_format_char='@'
# Don't carry these over build->host->target. Please.
xm_file=
@@ -314,6 +320,7 @@ am33_2.0-*-linux*)
arm*-*-*)
cpu_type=arm
extra_headers="mmintrin.h arm_neon.h"
+ target_type_format_char='%'
c_target_objs="arm-c.o"
cxx_target_objs="arm-c.o"
extra_options="${extra_options} arm/arm-tables.opt"