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
300d4093
Commit
300d4093
authored
Mar 26, 2002
by
Richard Henderson
Committed by
Richard Henderson
Mar 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (sparc*-solaris): Use float_format=sparc.
From-SVN: r51424
parent
9a1d8b2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config.gcc
+3
-3
No files found.
gcc/ChangeLog
View file @
300d4093
2002-03-26 Richard Henderson <rth@redhat.com>
2002-03-26 Richard Henderson <rth@redhat.com>
* config.gcc (sparc*-solaris): Use float_format=sparc.
2002-03-26 Richard Henderson <rth@redhat.com>
* config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
* config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
* config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
* config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
* config/sparc/linux.h, config/sparc/linux64.h: Likewise.
* config/sparc/linux.h, config/sparc/linux64.h: Likewise.
...
...
gcc/config.gcc
View file @
300d4093
...
@@ -3080,7 +3080,7 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*)
...
@@ -3080,7 +3080,7 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*)
tmake_file="$tmake_file t-slibgcc-sld"
tmake_file="$tmake_file t-slibgcc-sld"
fi
fi
extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
float_format=
none
float_format=
sparc
if test x${enable_threads} = x ; then
if test x${enable_threads} = x ; then
enable_threads=$have_pthread_h
enable_threads=$have_pthread_h
if test x${enable_threads} = x ; then
if test x${enable_threads} = x ; then
...
@@ -3110,7 +3110,7 @@ sparc-hal-solaris2*)
...
@@ -3110,7 +3110,7 @@ sparc-hal-solaris2*)
float_format=i128
float_format=i128
;;
;;
*)
*)
float_format=
none
float_format=
sparc
;;
;;
esac
esac
thread_file='solaris'
thread_file='solaris'
...
@@ -3147,7 +3147,7 @@ sparc-*-solaris2*)
...
@@ -3147,7 +3147,7 @@ sparc-*-solaris2*)
float_format=i128
float_format=i128
;;
;;
*)
*)
float_format=
none
float_format=
sparc
;;
;;
esac
esac
if test x${enable_threads} = x; then
if test x${enable_threads} = x; then
...
...
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