Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
50117ecb
Commit
50117ecb
authored
Jan 01, 2010
by
Matthias Klose
Committed by
Anthony Green
Jan 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define HAVE_LONG_DOUBLE appropriately for MIPS.
From-SVN: r155552
parent
bc472c00
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
libffi/ChangeLog
+6
-0
libffi/configure
+2
-0
libffi/configure.ac
+2
-0
No files found.
libffi/ChangeLog
View file @
50117ecb
2009-12-27 Matthias Klose <doko@ubuntu.com>
* configure.ac (HAVE_LONG_DOUBLE): Define for mips when
appropriate.
* configure: Rebuilt.
2009-12-26 Anthony Green <green@redhat.com>
2009-12-26 Anthony Green <green@redhat.com>
* testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
* testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
...
...
libffi/configure
View file @
50117ecb
...
@@ -11388,6 +11388,8 @@ case "$host" in
...
@@ -11388,6 +11388,8 @@ case "$host" in
TARGET
=
MIPS
;
TARGETDIR
=
mips
TARGET
=
MIPS
;
TARGETDIR
=
mips
;;
;;
mips
*
-
*
-linux
*
)
mips
*
-
*
-linux
*
)
# Support 128-bit long double for NewABI.
HAVE_LONG_DOUBLE
=
'defined(__mips64)'
TARGET
=
MIPS
;
TARGETDIR
=
mips
TARGET
=
MIPS
;
TARGETDIR
=
mips
;;
;;
...
...
libffi/configure.ac
View file @
50117ecb
...
@@ -111,6 +111,8 @@ case "$host" in
...
@@ -111,6 +111,8 @@ case "$host" in
TARGET=MIPS; TARGETDIR=mips
TARGET=MIPS; TARGETDIR=mips
;;
;;
mips*-*-linux*)
mips*-*-linux*)
# Support 128-bit long double for NewABI.
HAVE_LONG_DOUBLE='defined(__mips64)'
TARGET=MIPS; TARGETDIR=mips
TARGET=MIPS; TARGETDIR=mips
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment