diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-22 06:55:27 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-22 06:55:27 +0000 |
commit | d3f19e120793115b312d4753a6b5abb3ebb5e463 (patch) | |
tree | 7e58274f27fe1fab5b2663b402df612ae0e375d2 /gcc/config/m68k/m68k-none.h | |
parent | cc3b034a19553df5b4c3657acfd420677c702fff (diff) | |
download | gcc-d3f19e120793115b312d4753a6b5abb3ebb5e463.tar.gz |
* config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
* config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
* config/m68k/m68k.h (ASM_PCREL_SPEC): New.
(ASM_SPEC): Add asm_pcrel_spec.
(EXTRA_SPECS): Add asm_pcrel_spec.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k-none.h')
-rw-r--r-- | gcc/config/m68k/m68k-none.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/m68k/m68k-none.h b/gcc/config/m68k/m68k-none.h index 15ad022ce72..c0d6421f115 100644 --- a/gcc/config/m68k/m68k-none.h +++ b/gcc/config/m68k/m68k-none.h @@ -18,6 +18,3 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#undef ASM_SPEC -#define ASM_SPEC "%(asm_cpu_spec) %{fPIC:--pcrel} %{fpic:--pcrel} \ - %{msep-data:--pcrel} %{mid-shared-library:--pcrel}" |