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
3d5e2367
Commit
3d5e2367
authored
Dec 15, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cccp.o, stmt-proto): Use $(includedir).
From-SVN: r6243
parent
177ad45a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/Makefile.in
+3
-3
No files found.
gcc/Makefile.in
View file @
3d5e2367
...
...
@@ -1399,7 +1399,7 @@ cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(libdir)
/g++-include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
local_prefix)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
includedir)
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DTOOLDIR
=
\"
$(tooldir)
/
\"
\
...
...
@@ -1426,7 +1426,7 @@ stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(libdir)
/g++-include
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
local_prefix)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
includedir)
\"
\
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
-DUNPROTOIZE
$(srcdir)
/protoize.c
mv protoize.o unprotoize.o
...
...
@@ -1435,7 +1435,7 @@ stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(libdir)
/g++-include
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
local_prefix)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(
includedir)
\"
\
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
$(srcdir)
/protoize.c
touch stamp-proto
...
...
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