diff options
author | Tom Tromey <tromey@redhat.com> | 2013-09-25 16:32:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2013-09-25 16:32:56 +0000 |
commit | 86aaf68dc00e51f587c94daed65da6363952a2fa (patch) | |
tree | 2360e5ed76e93671e4bfe9a4aebb46bbae35aa7b /gcc | |
parent | c987deb8eafffb5b4d010282d9e6532f4150c336 (diff) | |
download | gcc-86aaf68dc00e51f587c94daed65da6363952a2fa.zip gcc-86aaf68dc00e51f587c94daed65da6363952a2fa.tar.gz gcc-86aaf68dc00e51f587c94daed65da6363952a2fa.tar.bz2 |
* config/mcore/t-mcore (CROSS_FLOAT_H): Remove.
From-SVN: r202911
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mcore/t-mcore | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b52348..df47ed6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2013-09-25 Tom Tromey <tromey@redhat.com> + * config/mcore/t-mcore (CROSS_FLOAT_H): Remove. + +2013-09-25 Tom Tromey <tromey@redhat.com> + * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. 2013-09-25 Tom Tromey <tromey@redhat.com> 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. |