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
b104e095
Commit
b104e095
authored
Dec 21, 1997
by
Richard Henderson
Committed by
Richard Henderson
Dec 21, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It's alpha*-...
From-SVN: r17179
parent
3fe49f22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
ChangeLog
+4
-0
configure.in
+6
-6
No files found.
ChangeLog
View file @
b104e095
Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
* configure.in: It's alpha*-...
Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
* configure.in (host_makefile_frag, target_makefile_frag):
...
...
configure.in
View file @
b104e095
...
...
@@ -243,8 +243,8 @@ fi
# Well, we don't yet, but we will.
if
false
&&
[
"
${
host
}
"
=
"
${
target
}
"
]
&&
[
x
${
enable_shared
}
=
x
]
;
then
case
"
${
target
}
"
in
alpha-dec-osf
*
)
enable_shared
=
yes
;;
alpha-
*
-linux
*
)
enable_shared
=
yes
;;
alpha
*
-dec-osf
*
)
enable_shared
=
yes
;;
alpha
*
-
*
-linux
*
)
enable_shared
=
yes
;;
mips-sgi-irix5
*
)
enable_shared
=
yes
;;
*
)
enable_shared
=
no
;;
esac
...
...
@@ -271,7 +271,7 @@ if [ x${shared} = xyes ]; then
powerpc
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-ppcpic"
;;
alpha-
*
-linux
*
)
alpha
*
-
*
-linux
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-elfalphapic"
;;
*
)
...
...
@@ -498,7 +498,7 @@ case "${target}" in
*
-
*
-vxworks
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
;;
alpha-dec-osf
*
)
alpha
*
-dec-osf
*
)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils.
# gas doesn't generate exception information.
...
...
@@ -507,7 +507,7 @@ case "${target}" in
alpha
*
-
*
-
*
vms
*
)
noconfigdirs
=
"
$noconfigdirs
gdb ld target-newlib target-libgloss"
;;
alpha-
*
-linux
*
)
alpha
*
-
*
-linux
*
)
# newlib is not 64 bit ready
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
# linux has rx in libc
...
...
@@ -868,7 +868,7 @@ if [ x${shared} = xyes ]; then
powerpc
*
-
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ppcpic"
;;
alpha-
*
-linux
*
)
alpha
*
-
*
-linux
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-elfalphapic"
;;
*
)
...
...
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