diff options
author | Marc Aurele La France <tsi@cvs.openbsd.org> | 2007-01-17 15:06:17 +0000 |
---|---|---|
committer | Marc Aurele La France <tsi@cvs.openbsd.org> | 2007-01-17 15:06:17 +0000 |
commit | a6e1d62b1dc057b4c37dcb6910ffff87cbe1b1fd (patch) | |
tree | 356ce67da3ab2ecb87616ec57c4bbb5211ce4bfe /gnu | |
parent | 54137a0cce534338013b43c2da5c2e1bfd558d13 (diff) |
Remove references to xm files that no longer exist. Taken from GCC 3.4.
ok brad@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config.gcc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config.gcc b/gnu/usr.bin/gcc/gcc/config.gcc index 3f4c521a436..372f2aa0f79 100644 --- a/gnu/usr.bin/gcc/gcc/config.gcc +++ b/gnu/usr.bin/gcc/gcc/config.gcc @@ -1,3 +1,4 @@ +# $OpenBSD: config.gcc,v 1.18 2007/01/17 15:06:16 tsi Exp $ # GCC build-, host- and target-specific configuration file. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -2097,7 +2098,6 @@ powerpc-*-darwin*) ;; powerpc*-*-freebsd*) tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h" - xm_file=rs6000/xm-sysv4.h out_file=rs6000/rs6000.c tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" ;; @@ -2462,7 +2462,6 @@ sparc-*-openbsd*) sparc64-*-openbsd*) tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h openbsd.h ${openbsd_libspec} sparc/openbsd64.h" tm_file="${tm_file} exec-stack.h" - xm_file=sparc/xm-sp64.h gas=yes gnu_ld=yes with_cpu=ultrasparc float_format=i128 |