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
150b72ed
Commit
150b72ed
authored
Jun 04, 2003
by
Daniel Jacobowitz
Committed by
Daniel Jacobowitz
Jun 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Revert accidentally committed ARM changes.
From-SVN: r67440
parent
385a9348
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
gcc/ChangeLog
+4
-0
gcc/config.gcc
+12
-3
No files found.
gcc/ChangeLog
View file @
150b72ed
2003-06-04 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Revert accidentally committed ARM changes.
2003-06-04 Roger Sayle <roger@eyesopen.com>
* builtins.c (dconstpi, dconste): New mathematical constants.
...
...
gcc/config.gcc
View file @
150b72ed
...
...
@@ -282,7 +282,16 @@ alpha*-*-*)
cpu_type=alpha
need_64bit_hwint=yes
;;
arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
strongarm*-*-*)
cpu_type=arm
;;
arm*-*-*)
cpu_type=arm
;;
ep9312*-*-*)
cpu_type=arm
;;
xscale-*-*)
cpu_type=arm
;;
i[34567]86-*-*)
...
...
@@ -2203,7 +2212,7 @@ alpha*-*-*)
fi
fi
;;
arm*-*-*
| xscale-*-*
)
arm*-*-*)
case "x$with_cpu" in
x)
# The most generic
...
...
@@ -2215,7 +2224,7 @@ arm*-*-* | xscale-*-*)
xarm[236789] | xarm250 | xarm[67][01]0 \
| xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
| xarm7100 | xarm7500 | xarm7500fe | xarm810 \
| xxscale
| xiwmmxt
\
| xxscale \
| xep9312 \
| xstrongarm | xstrongarm110 | xstrongarm1100)
target_cpu_default2="TARGET_CPU_$with_cpu"
...
...
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