OSDN Git Service

* config.host (<i[34567]86-*-*, x86_64-*-*>): Set
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 2006 15:40:12 +0000 (15:40 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 2006 15:40:12 +0000 (15:40 +0000)
commit4009b53fc59b4defcbfd3aae56fa616b749d3379
treeedfdcf7946b106c46521aab6bfcb76f775a8a190
parentb3acd74f838c7d20fc674546fd82c7e9dba9c585
* config.host (<i[34567]86-*-*, x86_64-*-*>): Set
host_extra_gcc_objs and host_xmake_file.
(<*-*-linux*>): Don't overwrite host_xmake_file.
* gcc.c (static_spec_functions): Add EXTRA_SPEC_FUNCTIONS.
* config/i386/i386.h (EXTRA_SPEC_FUNCTIONS): Define.
(host_detect_local_cpu): Declare.
(CC1_CPU_SPEC): Add -march=native and -mtune=native cases.
* config/i386/i386.c (override_options): Handle -mtune=native
as -mtune=generic.
* config/i386/x-i386: New file.
* config/i386/driver-i386.c: New file.
* doc/invoke.texi (<i386 and x86-64 Options>): Describe
cpu-type "native".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113655 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.host
gcc/config/i386/driver-i386.c [new file with mode: 0644]
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/x-i386 [new file with mode: 0644]
gcc/doc/invoke.texi
gcc/gcc.c