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
114f3eb9
Commit
114f3eb9
authored
Sep 24, 2013
by
Caroline Tice
Committed by
Caroline Tice
Sep 24, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libvtv to install header files in standard
location rather than top level include dir. From-SVN: r202873
parent
aec2eae6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
libvtv/ChangeLog
+6
-0
libvtv/Makefile.am
+1
-1
libvtv/Makefile.in
+1
-1
No files found.
libvtv/ChangeLog
View file @
114f3eb9
2013-09-24 Caroline Tice <cmtice@google.com>
* Makefile.am: Change libvtv_includedir to the directory used by
the other libraries rather than the top include directory.
* Makefile.in: Regenerated.
2013-09-20 Alan Modra <amodra@gmail.com>
2013-09-20 Alan Modra <amodra@gmail.com>
* configure: Regenerate.
* configure: Regenerate.
...
...
libvtv/Makefile.am
View file @
114f3eb9
...
@@ -51,7 +51,7 @@ vtv_sources = \
...
@@ -51,7 +51,7 @@ vtv_sources = \
vtv_utils.cc
\
vtv_utils.cc
\
vtv_end.c
vtv_end.c
libvtv_includedir
=
$(
includedir)
libvtv_includedir
=
$(
libdir)
/gcc/
$(target_alias)
/
$(gcc_version)
/include
# Link in vtv_start and vtv_end.
# Link in vtv_start and vtv_end.
BUILT_SOURCES
=
vtv_start.c vtv_end.c
BUILT_SOURCES
=
vtv_start.c vtv_end.c
...
...
libvtv/Makefile.in
View file @
114f3eb9
...
@@ -289,7 +289,7 @@ vtv_sources = \
...
@@ -289,7 +289,7 @@ vtv_sources = \
vtv_utils.cc
\
vtv_utils.cc
\
vtv_end.c
vtv_end.c
libvtv_includedir
=
$(
includedir)
libvtv_includedir
=
$(
libdir)
/gcc/
$(target_alias)
/
$(gcc_version)
/include
# Link in vtv_start and vtv_end.
# Link in vtv_start and vtv_end.
BUILT_SOURCES
=
vtv_start.c vtv_end.c
BUILT_SOURCES
=
vtv_start.c vtv_end.c
...
...
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