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
1adcd149
Commit
1adcd149
authored
Jul 23, 2000
by
Michael Sokolov
Committed by
Jeff Law
Jul 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure (topsrcdir): Don't use dirname.
From-SVN: r35207
parent
4eeaee5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
+4
-0
configure
+3
-2
No files found.
ChangeLog
View file @
1adcd149
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* configure (topsrcdir): Don't use dirname.
2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
* MAINTAINERS: Add self to Write After Approval list.
...
...
configure
View file @
1adcd149
...
...
@@ -86,7 +86,7 @@ subdirs=
target_alias
=
NOTARGET
target_makefile_frag
=
undefs
=
NOUNDEFS
version
=
"
$Revision
: 1.2
4
$"
version
=
"
$Revision
: 1.2
6
$"
x11
=
default
bindir
=
'${exec_prefix}/bin'
sbindir
=
'${exec_prefix}/sbin'
...
...
@@ -518,7 +518,8 @@ fi
configsub
=
`
echo
${
progname
}
| sed
's/configure$/config.sub/'
`
moveifchange
=
`
echo
${
progname
}
| sed
's/configure$/move-if-change/'
`
topsrcdir
=
`
cd
\`
dirname
${
progname
}
\`
;
pwd
`
## the sed command below emulates the dirname command
topsrcdir
=
`
cd
\`
echo
${
progname
}
| sed
-e
's,[^/]*$,,;s,/$,,;s,^$,.,'
\`
;
pwd
`
# this is a hack. sun4 must always be a valid host alias or this will fail.
...
...
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