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
34c3ef05
Commit
34c3ef05
authored
Mar 18, 2011
by
Rainer Orth
Committed by
Rainer Orth
Mar 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (check-consistency): Remove.
From-SVN: r171153
parent
c345e052
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+0
-10
No files found.
gcc/ChangeLog
View file @
34c3ef05
2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* Makefile.in (check-consistency): Remove.
2011-03-18 Jakub Jelinek <jakub@redhat.com>
2011-03-18 Jakub Jelinek <jakub@redhat.com>
PR debug/48176
PR debug/48176
...
...
gcc/Makefile.in
View file @
34c3ef05
...
@@ -5036,16 +5036,6 @@ check-parallel-% : site.exp
...
@@ -5036,16 +5036,6 @@ check-parallel-% : site.exp
fi
;
\
fi
;
\
$(RUNTEST)
--tool
$(check_p_tool)
$(RUNTESTFLAGS)
$$
runtestflags
)
$(RUNTEST)
--tool
$(check_p_tool)
$(RUNTESTFLAGS)
$$
runtestflags
)
check-consistency
:
testsuite/site.exp
-
rootme
=
`
${
PWD_COMMAND
}
`
;
export
rootme
;
\
srcdir
=
`
cd
${
srcdir
}
;
${
PWD_COMMAND
}
`
;
export
srcdir
;
\
cd
testsuite
;
\
EXPECT
=
${
EXPECT
}
;
export
EXPECT
;
\
if
[
-f
$$
{
rootme
}
/../expect/expect
]
;
then
\
TCL_LIBRARY
=
`
cd
..
;
cd
$$
{
srcdir
}
/../tcl/library
;
${
PWD_COMMAND
}
`
;
\
export
TCL_LIBRARY
;
fi
;
\
$(RUNTEST)
--tool
consistency
$(RUNTESTFLAGS)
# QMTest targets
# QMTest targets
# The path to qmtest.
# The path to qmtest.
...
...
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