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
d266a2ff
Commit
d266a2ff
authored
Apr 29, 2005
by
Ralf Corsepius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in previous patch.
From-SVN: r98984
parent
d948c201
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libffi/configure
+1
-1
libffi/configure.ac
+1
-1
No files found.
libffi/configure
View file @
d266a2ff
...
...
@@ -5412,7 +5412,7 @@ s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
s390x-
*
-linux-
*
)
TARGET
=
S390
;
TARGETDIR
=
s390
;;
x86_64-
*
-linux
*
|
x86_64-
*
-freebsd
*
|
x86_64-
*
-kfreebsd
*
-gnu
)
TARGET
=
X86_64
;
TARGETDIR
=
x86
;;
sh-
*
-linux
*
|
sh[34]
*
-
*
-linux
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-rtems
*
|
sh[34]
*
-
*
-linux
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-rtems
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh64-
*
-linux
*
|
sh5
*
-
*
-linux
*
)
TARGET
=
SH64
;
TARGETDIR
=
sh64
;;
hppa-
*
-linux
*
|
parisc-
*
-linux
*
)
TARGET
=
PA
;
TARGETDIR
=
pa
;;
esac
...
...
libffi/configure.ac
View file @
d266a2ff
...
...
@@ -77,7 +77,7 @@ s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
sh-*-rtems*
| sh[[34]]*-*-linux*
) TARGET=SH; TARGETDIR=sh;;
sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
esac
...
...
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