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
89b3e3b4
Commit
89b3e3b4
authored
Mar 12, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gxx_include_dir): Replacement for gxx_prefix.
From-SVN: r6761
parent
c31049fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/Makefile.in
+5
-5
No files found.
gcc/Makefile.in
View file @
89b3e3b4
...
...
@@ -155,8 +155,8 @@ bindir = $(exec_prefix)/bin
libdir
=
$(exec_prefix)
/lib
# Directory in which the compiler finds executables, libraries, etc.
libsubdir
=
$(libdir)
/gcc-lib/
$(target)
/
$(version)
#
The prefix for
g++ includes.
gxx_
prefix
=
$(libdir)
#
Directory in which the compiler finds
g++ includes.
gxx_
include_dir
=
$(libdir)
/g++-include
# Directory to search for site-specific includes.
includedir
=
$(local_prefix)
/include
# assertdir is overridden in cross-make.
...
...
@@ -1402,7 +1402,7 @@ cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status
# is for compatibility with the current version of libg++.
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_
prefix)
/g++-include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_
include_dir)
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(includedir)
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
...
...
@@ -1427,7 +1427,7 @@ unprotoize.o: stamp-proto ; @true
stamp-proto
:
$(srcdir)/protoize.c getopt.h $(CONFIG_H)
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_prefix)
/g++-include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(includedir)
\"
\
...
...
@@ -1436,7 +1436,7 @@ stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
mv protoize.o unprotoize.o
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_prefix)
/g++-include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
-DCROSS_INCLUDE_DIR
=
\"
$(libsubdir)
/sys-include
\"
\
-DTOOL_INCLUDE_DIR
=
\"
$(tooldir)
/include
\"
\
-DLOCAL_INCLUDE_DIR
=
\"
$(includedir)
\"
\
...
...
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