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
aa3340ba
Commit
aa3340ba
authored
Oct 19, 2001
by
Andreas Jaeger
Committed by
Andreas Jaeger
Oct 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.target: Add x86-64.
From-SVN: r46343
parent
82e014c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
libstdc++-v3/ChangeLog
+8
-0
libstdc++-v3/configure.target
+8
-2
No files found.
libstdc++-v3/ChangeLog
View file @
aa3340ba
2001-10-19 Andreas Jaeger <aj@suse.de>
* config/cpu/x86-64/bits/limits.h: New file.
* config/cpu/x86-64/bits/atomicity.h: New file.
* configure.target: Add x86-64.
2001-10-17 Phil Edwards <pme@gcc.gnu.org>
* docs/html/17_intro/howto.html: Remove 1999 links (and explain
...
...
libstdc++-v3/configure.target
View file @
aa3340ba
...
...
@@ -57,6 +57,9 @@ case "${target_cpu}" in
sparc*)
cpu_include_dir="config/cpu/sparc/sparc32"
;;
x86_64*)
cpu_include_dir="config/cpu/x86-64"
;;
*)
cpu_include_dir="config/cpu/generic"
;;
...
...
@@ -137,14 +140,17 @@ esac
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${target}" in
cris-*-*)
LIMITSH=config/cpu/cris
;;
i?86-*-*)
LIMITSH=config/cpu/i386
;;
powerpc-*-*)
LIMITSH=config/cpu/powerpc
;;
cris
-*-*)
LIMITSH=config/cpu/
cris
x86_64
-*-*)
LIMITSH=config/cpu/
x86-64
;;
*)
LIMITSH=config/cpu/generic
...
...
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