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
9cfb5dd6
Commit
9cfb5dd6
authored
Jan 10, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Makefile, stmp-fixinc, deduced.h, stmp-fixproto):
Execute shell scripts with $(SHELL). From-SVN: r6364
parent
3f935c0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
9cfb5dd6
...
...
@@ -487,7 +487,7 @@ BYTECODE_H = bytecode.h bc-emit.h bc-optab.h
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c
\
$(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file)
sh
config.status
$(SHELL)
config.status
all.internal
:
start.encap rest.encap
# This is what to compile if making a cross-compiler.
...
...
@@ -1543,7 +1543,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h fixinc.ready
for
dir
in
$(SYSTEM_HEADER_DIR)
$(OTHER_FIXINCLUDES_DIRS)
;
do
\
if
[
-d
$$
dir
]
;
\
then
\
$(srcdir)
/
$(FIXINCLUDES)
include
$$
dir
$(srcdir)
"
`
pwd
`
/xgcc -B
`
pwd
`
/"
;
\
$(
SHELL)
$(
srcdir)
/
$(FIXINCLUDES)
include
$$
dir
$(srcdir)
"
`
pwd
`
/xgcc -B
`
pwd
`
/"
;
\
else
true
;
fi
;
\
done
;
\
else
true
;
\
...
...
@@ -1575,7 +1575,7 @@ objc-headers: stmp-fixinc
deduced.h
:
$(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
CC
=
"
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
-I. -I
$(srcdir)
-Iinclude -I
${
SYSTEM_HEADER_DIR
}
"
;
\
export
CC
;
\
$(srcdir)
/scan-types.sh
"
$(srcdir)
"
>
tmp-deduced.h
$(
SHELL)
$(
srcdir)
/scan-types.sh
"
$(srcdir)
"
>
tmp-deduced.h
mv tmp-deduced.h deduced.h
gen-protos
:
gen-protos.o scan.o $(HOST_LIBDEPS)
...
...
@@ -1625,7 +1625,7 @@ stmp-fixproto: fixhdr.ready fixproto stmp-headers
if
[
-f
include/fixed
]
;
then
true
;
\
else
\
CPP
=
"
$(GCC_FOR_TARGET)
-E"
;
export
CPP
;
\
${
srcdir
}
/fixproto include include
$(SYSTEM_HEADER_DIR)
;
\
$
(SHELL)
$
{
srcdir
}
/fixproto include include
$(SYSTEM_HEADER_DIR)
;
\
touch include/fixed
;
\
fi
touch stmp-fixproto
...
...
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