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
2ea9a965
Commit
2ea9a965
authored
Mar 24, 1998
by
Nick Clifton
Committed by
Nick Clifton
Mar 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support a .exe extension to gcov.
From-SVN: r18806
parent
9db4940c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+4
-2
No files found.
gcc/ChangeLog
View file @
2ea9a965
Tue Mar 24 10:44:11 1998 Nick Clifton <nickc@cygnus.com>
* Makefile.in (gcov$(exeext)): Support .exe extension to gcov.
* collect2.c (find_a_file): Add debugging.
(find_a_file): Test for win32 style absolute paths if
DIR_SERPARATOR is defined.
...
...
gcc/Makefile.in
View file @
2ea9a965
...
...
@@ -39,7 +39,7 @@ SUBDIRS =@subdirs@
# Selection of languages to be made.
# This is overridden by configure.
LANGUAGES
=
c proto gcov @all_languages@
LANGUAGES
=
c proto gcov
$(exeext)
@all_languages@
# Selection of languages to be made during stage1 build.
# This is overridden by configure.
...
...
@@ -1868,7 +1868,9 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
gcov.o
:
gcov.c gcov-io.h
gcov
:
gcov.o $(LIBDEPS)
# Only one of 'gcov' or 'gcov.exe' is actually built, depending
# upon whether $(exeext) is empty or not.
gcov$(exeext)
:
gcov.o $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
gcov.o
$(LIBS)
-o
$@
#
# Build the include directory. The stamp files are stmp-* rather than
...
...
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