diff mbox

[v2,17/18] remove last definition of CROSS_FLOAT_H

Message ID 1375115069-31143-18-git-send-email-tromey@redhat.com
State New
Headers show

Commit Message

Tom Tromey July 29, 2013, 4:24 p.m. UTC
There is a single definition of CROSS_FLOAT_H in the source.
As far as I can tell, this is never used anywhere.
So, this patch removes it.

	* config/mcore/t-mcore (CROSS_FLOAT_H): Remove.
---
 gcc/config/mcore/t-mcore | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/gcc/config/mcore/t-mcore b/gcc/config/mcore/t-mcore
index 92fefb1..e5f37ee 100644
--- a/gcc/config/mcore/t-mcore
+++ b/gcc/config/mcore/t-mcore
@@ -16,9 +16,6 @@ 
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-# We have values for float.h.
-CROSS_FLOAT_H = $(srcdir)/config/mcore/gfloat.h
-
 # If support for -m4align is ever re-enabled then comment out the
 # following line and uncomment the multilib lines below.