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
606ce391
Commit
606ce391
authored
Aug 01, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Aug 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
From-SVN: r35402
parent
f9f45ccb
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 @
606ce391
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
2000-07-31 Alexandre Oliva <aoliva@redhat.com>
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
...
...
configure.in
View file @
606ce391
...
...
@@ -1314,7 +1314,7 @@ case $CXX_FOR_TARGET in
*
' $(FLAGS_FOR_TARGET)'
)
;;
*
)
CXX_FOR_TARGET
=
$CXX_FOR_TARGET
' $(FLAGS_FOR_TARGET)'
;;
esac
qCXX_FOR_TARGET
=
`
e
xpr
"x
$CXX_FOR_TARGET
"
:
'x\(.*\)'
| sed
's,&,\\\&,g'
`
qCXX_FOR_TARGET
=
`
e
cho
"
$CXX_FOR_TARGET
"
| sed
's,&,\\\&,g'
`
targargs
=
"--cache-file=../config.cache --host=
${
target_alias
}
--build=
${
build_alias
}
${
targargs
}
"
sed
-e
"s:^TARGET_CONFIGDIRS[ ]*=.*
$:
TARGET_CONFIGDIRS =
${
target_configdirs
}
:"
\
...
...
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