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
1c4c5851
Commit
1c4c5851
authored
Aug 18, 1997
by
Jim Wilson
Committed by
Jim Wilson
Aug 18, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (stmp-multilib-sub): Fix typo in last change.
From-SVN: r14834
parent
fcb103ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
1c4c5851
Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
* Makefile.in (stmp-multilib-sub): Fix typo in last change.
Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (sub-makes): Pass the current value of LANGUAGES down
* Makefile.in (sub-makes): Pass the current value of LANGUAGES down
...
...
gcc/Makefile.in
View file @
1c4c5851
...
@@ -1092,7 +1092,7 @@ stmp-multilib-sub:
...
@@ -1092,7 +1092,7 @@ stmp-multilib-sub:
$(MAKE)
GCC_FOR_TARGET
=
"
$(GCC_FOR_TARGET)
"
\
$(MAKE)
GCC_FOR_TARGET
=
"
$(GCC_FOR_TARGET)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAGS)
"
\
AR
=
"
$(AR)
"
AR_FLAGS
=
"
$(AR_FLAGS)
"
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAGS)
"
\
HOST_PREFIX
=
"
$(HOST_PREFIX)
"
HOST_PREFIX_1
=
"
$(HOST_PREFIX_1)
"
\
HOST_PREFIX
=
"
$(HOST_PREFIX)
"
HOST_PREFIX_1
=
"
$(HOST_PREFIX_1)
"
\
LANGUAGES
=
"
$
(LANGUAGES"
\
LANGUAGES
=
"
$(LANGUAGES
)
"
\
MULTILIB_CFLAGS
=
"
$(MULTILIB_CFLAGS)
"
T
=
"t"
t
$$
{
f
}
;
\
MULTILIB_CFLAGS
=
"
$(MULTILIB_CFLAGS)
"
T
=
"t"
t
$$
{
f
}
;
\
mv t
$$
{
f
}
$(dir)
/
$$
{
f
}
;
\
mv t
$$
{
f
}
$(dir)
/
$$
{
f
}
;
\
else
true
;
\
else
true
;
\
...
...
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