t-sh (TARGET_LIBGCC2_CFLAGS): Define.
* config/sh/t-sh (TARGET_LIBGCC2_CFLAGS): Define. * config/sh/t-netbsd (TARGET_LIBGCC2_CFLAGS): Add -mieee. * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee. From-SVN: r151017
This commit is contained in:
parent
70fa0efaf4
commit
79052be3d6
5 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/t-sh (TARGET_LIBGCC2_CFLAGS): Define.
|
||||
* config/sh/t-netbsd (TARGET_LIBGCC2_CFLAGS): Add -mieee.
|
||||
|
||||
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure.ac: Remove --with-datarootdir, --with-docdir,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2002, 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GCC.
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
|||
# along with GCC; see the file COPYING3. If not see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
TARGET_LIBGCC2_CFLAGS = -fpic
|
||||
TARGET_LIBGCC2_CFLAGS = -fpic -mieee
|
||||
LIB1ASMFUNCS_CACHE = _ic_invalidate
|
||||
|
||||
LIB2FUNCS_EXTRA=
|
||||
|
|
|
@ -29,6 +29,8 @@ LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movmem \
|
|||
$(LIB1ASMFUNCS_CACHE)
|
||||
LIB1ASMFUNCS_CACHE = _ic_invalidate _ic_invalidate_array
|
||||
|
||||
TARGET_LIBGCC2_CFLAGS = -mieee
|
||||
|
||||
# We want fine grained libraries, so use the new code to build the
|
||||
# floating point emulation libraries.
|
||||
FPBIT = fp-bit.c
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
|
||||
|
||||
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
HOST_LIBGCC2_CFLAGS = -fpic -DNO_FPSCR_VALUES
|
||||
HOST_LIBGCC2_CFLAGS = -fpic -mieee -DNO_FPSCR_VALUES
|
||||
|
||||
# Override t-slibgcc-elf-ver to export some libgcc symbols with
|
||||
# the symbol versions that glibc used, and hide some lib1func
|
||||
|
|
Loading…
Add table
Reference in a new issue