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
a076f6a4
Commit
a076f6a4
authored
Mar 28, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Mar 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
From-SVN: r40893
parent
8653a2c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
configure.in
+1
-1
No files found.
ChangeLog
View file @
a076f6a4
2001-03-27 Alexandre Oliva <aoliva@redhat.com>
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2001-03-22 Colin Howell <chowell@redhat.com>
* Makefile.in (DO_X): Do not backslash single-quotes in
...
...
configure.in
View file @
a076f6a4
...
...
@@ -1456,7 +1456,7 @@ fi
if
test
"x
${
CXX_FOR_TARGET
+set
}
"
=
xset
;
then
:
elif
test
-d
${
topsrcdir
}
/gcc
;
then
CXX_FOR_TARGET
=
'$$r/gcc/
g++
-B$$r/gcc/ -nostdinc++ '
$libstdcxx_flags
CXX_FOR_TARGET
=
'$$r/gcc/
`case $$dir in libstdc++-v3) echo xgcc ;; *) echo g++ ;; esac`
-B$$r/gcc/ -nostdinc++ '
$libstdcxx_flags
elif
test
"
$host
"
=
"
$target
"
;
then
CXX_FOR_TARGET
=
'$(CXX)'
else
...
...
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