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
70070387
Commit
70070387
authored
Apr 14, 2007
by
Steve Ellcey
Committed by
Steve Ellcey
Apr 14, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config-ml.in: Pass ${ml_config_env} to configure calls.
From-SVN: r123825
parent
b1483e87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
ChangeLog
+4
-0
config-ml.in
+6
-1
No files found.
ChangeLog
View file @
70070387
2007-04-14 Steve Ellcey <sje@cup.hp.com>
* config-ml.in: Pass ${ml_config_env} to configure calls.
2007-04-04 Christian Bruel <christian.bruel@st.com>
2007-04-04 Christian Bruel <christian.bruel@st.com>
* MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
...
...
config-ml.in
View file @
70070387
...
@@ -108,6 +108,11 @@ ml_realsrcdir=${srcdir}
...
@@ -108,6 +108,11 @@ ml_realsrcdir=${srcdir}
ml_verbose=--verbose
ml_verbose=--verbose
for option in ${ac_configure_args}
for option in ${ac_configure_args}
do
do
# strip single quotes surrounding individual options
case $option in
\'*\') eval option=$option ;;
esac
case $option in
case $option in
--*) ;;
--*) ;;
-*) option=-$option ;;
-*) option=-$option ;;
...
@@ -890,7 +895,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
...
@@ -890,7 +895,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
--with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
--with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
${ac_configure_args} ${ml_srcdiroption} ; then
${ac_configure_args} ${ml_
config_env} ${ml_
srcdiroption} ; then
true
true
else
else
exit 1
exit 1
...
...
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