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
caa7068b
Commit
caa7068b
authored
12 years ago
by
David Holsgrove
Committed by
Michael Eager
12 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete check for target_config_cflags, no longer set.
From-SVN: r195406
parent
2660d12d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/microblaze/microblaze.exp
+0
-6
No files found.
gcc/testsuite/ChangeLog
View file @
caa7068b
2013-01-23 David Holsgrove <david.holsgrove@xilinx.com>
* gcc.target/microblaze/microblaze.exp: Remove target_config_cflags check
2013-01-23 Jakub Jelinek <jakub@redhat.com>
PR fortran/56052
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.target/microblaze/microblaze.exp
View file @
caa7068b
...
...
@@ -22,12 +22,6 @@ if { ![istarget microblaze*-*-*] } then {
return
}
# Don't execute when we are testing some configuration of GCC or G++.
# This we figure out by looking at target_config_cflags which needs to be "" for microblaze.exp
if { $target_config_cflags != "" } {
return
}
global TORTURE_OPTIONS
set TORTURE_OPTIONS [list \
{ -O0 } \
...
...
This diff is collapsed.
Click to expand it.
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