aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/x-arm
diff options
context:
space:
mode:
authorAndrew Stubbs <ams@codesourcery.com>2011-10-18 14:14:14 +0000
committerAndrew Stubbs <ams@gcc.gnu.org>2011-10-18 14:14:14 +0000
commit33aa08b35b357f8a567b6d7c8c1a55162fe0604c (patch)
tree8ecbf80cbd6e807c88fbc66f5ba482431661e5ea /gcc/config/arm/x-arm
parentaa6e723726a1e0ab392e436112ba18d071f927af (diff)
downloadgcc-33aa08b35b357f8a567b6d7c8c1a55162fe0604c.zip
gcc-33aa08b35b357f8a567b6d7c8c1a55162fe0604c.tar.gz
gcc-33aa08b35b357f8a567b6d7c8c1a55162fe0604c.tar.bz2
config.host (arm*-*-linux*): Add driver-arm.o and x-arm.
2011-10-18 Andrew Stubbs <ams@codesourcery.com> gcc/ * config.host (arm*-*-linux*): Add driver-arm.o and x-arm. * config/arm/arm.opt: Add 'native' processor_type and arm_arch enum values. * config/arm/arm.h (host_detect_local_cpu): New prototype. (EXTRA_SPEC_FUNCTIONS): New define. (MCPU_MTUNE_NATIVE_SPECS): New define. (DRIVER_SELF_SPECS): New define. * config/arm/driver-arm.c: New file. * config/arm/x-arm: New file. * doc/invoke.texi (ARM Options): Document -mcpu=native, -mtune=native and -march=native. From-SVN: r180139
Diffstat (limited to 'gcc/config/arm/x-arm')
-rw-r--r--gcc/config/arm/x-arm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/x-arm b/gcc/config/arm/x-arm
new file mode 100644
index 0000000..51cff1e
--- /dev/null
+++ b/gcc/config/arm/x-arm
@@ -0,0 +1,3 @@
+driver-arm.o: $(srcdir)/config/arm/driver-arm.c \
+ $(CONFIG_H) $(SYSTEM_H)
+ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<