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
f853036b
Commit
f853036b
authored
Apr 12, 1999
by
Bruce Korb
Committed by
Bruce Korb
Apr 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensure the SHELL value is that of the make
From-SVN: r26366
parent
9ae0257f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+3
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
f853036b
1999
-
04
-
12
Bruce
Korb
<
ddsinc09
@ix
.
netcom
.
com
>
*
Makefile
.
in
(
stmp
-
fixinc
)
:
ensure
the
SHELL
value
is
that
of
the
make
*
fixincl
/
inclhack
.
tpl
:
the
file
name
lists
ought
to
be
restricted
to
"*.h"
anyway
C
++
files
may
be
named
...
/
[
a
-
z
]
++/
...
also
...
...
gcc/Makefile.in
View file @
f853036b
...
...
@@ -2144,8 +2144,8 @@ fixinc.sh: $(srcdir)/fixinc/mkfixinc.sh
stmp-fixinc
:
fixinc.sh gsyslimits.h
rm
-rf
include
;
mkdir include
TARGET_MACHINE
=
$(target)
;
srcdir
=
`
cd
$(srcdir)
;
pwd
`
;
\
INSTALL_ASSERT_H
=
$(INSTALL_ASSERT_H)
;
\
export
TARGET_MACHINE srcdir INSTALL_ASSERT_H
;
\
INSTALL_ASSERT_H
=
$(INSTALL_ASSERT_H)
;
SHELL
=
$(SHELL)
;
\
export
TARGET_MACHINE srcdir INSTALL_ASSERT_H
SHELL
;
\
$(SHELL)
./fixinc.sh
`
pwd
`
/include
$(SYSTEM_HEADER_DIR)
$(OTHER_FIXINCLUDES_DIRS)
rm
-f
include/syslimits.h
if
[
-f
include/limits.h
]
;
then
\
...
...
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