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
0360b30d
Commit
0360b30d
authored
Aug 02, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
From-SVN: r44591
parent
870f3799
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+0
-1
gcc/mklibgcc.in
+1
-1
No files found.
gcc/ChangeLog
View file @
0360b30d
2001
-
08
-
02
Richard
Henderson
<
rth
@redhat
.
com
>
*
Makefile
.
in
,
mklibgcc
.
in
:
Revert
mkinstalldirs
change
.
2001
-
08
-
02
Lars
Brinkhoff
<
lars
@nocrew
.
org
>
*
combine
.
c
,
config
.
gcc
,
cse
.
c
,
defaults
.
h
,
real
.
c
,
reload
.
c
,
...
...
gcc/Makefile.in
View file @
0360b30d
...
...
@@ -1033,7 +1033,6 @@ libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) $(LIB2ADD_ST) xgcc$(exeext
SHLIB_MKMAP
=
'
$(SHLIB_MKMAP)
'
\
SHLIB_MAPFILES
=
'
$(SHLIB_MAPFILES)
'
\
SHLIB_NM_FLAGS
=
'
$(SHLIB_NM_FLAGS)
'
\
mkinstalldirs
=
'
$(SHELL)
$(srcdir)
/mkinstalldirs'
\
$(SHELL)
mklibgcc
>
tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
...
...
gcc/mklibgcc.in
View file @
0360b30d
...
...
@@ -332,7 +332,7 @@ done
echo
'stmp-dirs: force'
echo
' for d in '
"
$dirs
"
'; do \'
echo
' if [ -d $$d ]; then true; else
"'
$mkinstalldirs
'"
$$d; fi \'
echo
' if [ -d $$d ]; then true; else
mkdir
$$d; fi \'
echo
' done'
echo
' if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi'
...
...
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