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
09b5f8bf
Commit
09b5f8bf
authored
Sep 21, 1999
by
Nick Clifton
Committed by
Nick Clifton
Sep 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FR30 target.
From-SVN: r29548
parent
ea219ef0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
ChangeLog
+6
-0
MAINTAINERS
+1
-0
config.sub
+2
-2
configure.in
+6
-1
No files found.
ChangeLog
View file @
09b5f8bf
1999-09-21 Nick Clifton <nickc@cygnus.com>
* config.sub: Add fr30 target.
* configure.in: Add fr30 target.
* MAINTAINERS: Add fr30 maintainer.
Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
* config.guess: Add OS/390 match pattern.
* config.guess: Add OS/390 match pattern.
...
...
MAINTAINERS
View file @
09b5f8bf
...
@@ -36,6 +36,7 @@ sparc port David S. Miller davem@redhat.com
...
@@ -36,6 +36,7 @@ sparc port David S. Miller davem@redhat.com
x86 ports Stan Cox scox@cygnus.com
x86 ports Stan Cox scox@cygnus.com
c4x port Michael Hayes m.hayes@elec.canterbury.ac.nz
c4x port Michael Hayes m.hayes@elec.canterbury.ac.nz
arc port Richard Kenner kenner@nyu.edu
arc port Richard Kenner kenner@nyu.edu
fr30 port Nick Clifton niclc@cygnus.com
fortran Craig Burley craig@jcb-sc.com
fortran Craig Burley craig@jcb-sc.com
fortran Richard Henderson rth@cygnus.com
fortran Richard Henderson rth@cygnus.com
c++ Jason Merrill jason@cygnus.com
c++ Jason Merrill jason@cygnus.com
...
...
config.sub
View file @
09b5f8bf
...
@@ -174,7 +174,7 @@ case $basic_machine in
...
@@ -174,7 +174,7 @@ case $basic_machine in
|
mips64vr5000
|
miprs64vr5000el
\
|
mips64vr5000
|
miprs64vr5000el
\
|
m88110
|
m680[012346]0
|
m683?2
|
m68360
|
m5200
|
z8k
|
v70
\
|
m88110
|
m680[012346]0
|
m683?2
|
m68360
|
m5200
|
z8k
|
v70
\
|
sparc
|
sparclet
|
sparclite
|
sparc64
|
sparc86x
|
sparcv9
\
|
sparc
|
sparclet
|
sparclite
|
sparc64
|
sparc86x
|
sparcv9
\
|
thumb
|
v850
|
c4x
|
d10v
|
h8500
|
w65
)
|
thumb
|
v850
|
c4x
|
d10v
|
h8500
|
w65
|
fr30
)
basic_machine
=
$basic_machine
-unknown
basic_machine
=
$basic_machine
-unknown
;;
;;
# We use `pc' rather than `unknown'
# We use `pc' rather than `unknown'
...
@@ -205,7 +205,7 @@ case $basic_machine in
...
@@ -205,7 +205,7 @@ case $basic_machine in
|
mipstx39-
*
|
mipstx39el-
*
\
|
mipstx39-
*
|
mipstx39el-
*
\
|
f301-
*
|
arm
*
-
*
|
t3e-
*
\
|
f301-
*
|
arm
*
-
*
|
t3e-
*
\
|
m88110-
*
|
m680[01234]0-
*
|
m683?2-
*
|
m68360-
*
|
z8k-
*
|
d10v-
*
\
|
m88110-
*
|
m680[01234]0-
*
|
m683?2-
*
|
m68360-
*
|
z8k-
*
|
d10v-
*
\
|
thumb-
*
|
v850-
*
|
d30v-
*
|
tic30-
*
|
c30-
*
)
|
thumb-
*
|
v850-
*
|
d30v-
*
|
tic30-
*
|
c30-
*
|
fr30-
*
)
;;
;;
# Recognize the various machine names and aliases which stand
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
# for a CPU type and a company and sometimes even an OS.
...
...
configure.in
View file @
09b5f8bf
...
@@ -352,7 +352,7 @@ case "${enable_target_optspace}:${target}" in
...
@@ -352,7 +352,7 @@ case "${enable_target_optspace}:${target}" in
yes:
*
)
yes:
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ospace"
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ospace"
;;
;;
:m32r-
*
)
:m32r-
*
|
fr30-
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ospace"
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ospace"
;;
;;
no:
*
|
:
*
)
no:
*
|
:
*
)
...
@@ -612,6 +612,11 @@ case "${target}" in
...
@@ -612,6 +612,11 @@ case "${target}" in
d10v-
*
-
*
)
d10v-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-librx target-libg++ target-libstdc++ target-libio target-libgloss"
noconfigdirs
=
"
$noconfigdirs
target-librx target-libg++ target-libstdc++ target-libio target-libgloss"
;;
;;
fr30-
*
-elf
*
)
if
[
x
${
is_cross_compiler
}
!=
xno
]
;
then
target_configdirs
=
"
${
target_configdirs
}
target-bsp target-libstub target-cygmon"
fi
;;
h8300
*
-
*
-
*
|
\
h8300
*
-
*
-
*
|
\
h8500-
*
-
*
)
h8500-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
noconfigdirs
=
"
$noconfigdirs
target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
...
...
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