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
6c1b8d0a
Commit
6c1b8d0a
authored
Dec 31, 2002
by
Daniel Jacobowitz
Committed by
Daniel Jacobowitz
Dec 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (baseargs): Don't remove first configure argument.
From-SVN: r60673
parent
e2f45c30
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
+4
-0
configure
+1
-1
configure.in
+1
-1
No files found.
ChangeLog
View file @
6c1b8d0a
2002-12-30 Daniel Jacobowitz <drow@mvista.com>
* configure.in (baseargs): Don't remove first configure argument.
2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* configure.in (host_configargs): Replace reference to
...
...
configure
View file @
6c1b8d0a
...
...
@@ -2409,7 +2409,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e
's/ --ho[a-z-]*=[^ ]* / /'
\
-e
's/ --bu[a-z-]*=[^ ]* / /'
\
-e
's/ --ta[a-z-]*=[^ ]* / /'
\
-e
's/ [^-][^ ]* / /'
\
-e
's/ [^
-][^ ]* / /'
\
-e
's/^ *//;s/ *$//'
`
# For the build-side libraries, we just need to pretend we're native,
...
...
configure.in
View file @
6c1b8d0a
...
...
@@ -1751,7 +1751,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \
-e 's/ [[^-][^ ]*] / /' \
-e 's/ [[^
-][^ ]*] / /' \
-e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native,
...
...
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