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
c975ddd5
Commit
c975ddd5
authored
Jun 09, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gxx_include_dir): Use autoconf variable.
From-SVN: r14202
parent
9514f0d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/Makefile.in
+1
-1
No files found.
gcc/Makefile.in
View file @
c975ddd5
...
@@ -211,7 +211,7 @@ libdir = @libdir@
...
@@ -211,7 +211,7 @@ libdir = @libdir@
# Directory in which the compiler finds executables, libraries, etc.
# Directory in which the compiler finds executables, libraries, etc.
libsubdir
=
$(libdir)
/gcc-lib/
$(target_alias)
/
$(version)
libsubdir
=
$(libdir)
/gcc-lib/
$(target_alias)
/
$(version)
# Directory in which the compiler finds g++ includes.
# Directory in which the compiler finds g++ includes.
gxx_include_dir
=
$(prefix)
/include/g++
gxx_include_dir
=
@gxx_include_dir@
# Directory in which the old g++ header files may be found.
# Directory in which the old g++ header files may be found.
old_gxx_include_dir
=
$(libdir)
/g++-include
old_gxx_include_dir
=
$(libdir)
/g++-include
# Directory to search for site-specific includes.
# Directory to search for site-specific includes.
...
...
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