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
7112135f
Commit
7112135f
authored
Jun 09, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jun 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Re-enable bi-arch sparc on Solaris 7 and above.
From-SVN: r43106
parent
4173be7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
+16
-13
gcc/ChangeLog
+4
-0
gcc/config.gcc
+12
-13
No files found.
gcc/ChangeLog
View file @
7112135f
2001
-
06
-
09
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
config
.
gcc
:
Re
-
enable
bi
-
arch
sparc
on
Solaris
7
and
above
.
2001
-
06
-
09
Peter
Jakubek
<
pjak
@snafu
.
de
>
*
config
/
m68k
/
m68k
.
md
(
ashrdi_const
)
:
Fix
right
shift
by
16
.
...
...
gcc/config.gcc
View file @
7112135f
...
...
@@ -2946,19 +2946,18 @@ sparc-*-solaris2*)
tmake_file="$tmake_file t-slibgcc-sld"
fi
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
# At the moment, 32-to-64 cross compilation doesn't work.
# case $machine in
# *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
# *-*-solaris2*)
# if test x$gnu_ld = xyes
# then
# tm_file=sparc/sol2-64.h
# else
# tm_file=sparc/sol2-sld-64.h
# fi
# tmake_file="$tmake_file sparc/t-sol2-64"
# ;;
# esac
case $machine in
*-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
*-*-solaris2*)
if test x$gnu_ld = xyes
then
tm_file=sparc/sol2-64.h
else
tm_file=sparc/sol2-sld-64.h
fi
tmake_file="$tmake_file sparc/t-sol2-64"
;;
esac
case $machine in
*-*-solaris2.[0-4])
float_format=i128
...
...
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