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
ee402fc9
Commit
ee402fc9
authored
Mar 22, 2001
by
Tom Tromey
Committed by
Tom Tromey
Mar 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
From-SVN: r40756
parent
5e7f4a4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
boehm-gc/ChangeLog
+4
-0
boehm-gc/Makefile.am
+1
-1
boehm-gc/Makefile.in
+1
-1
No files found.
boehm-gc/ChangeLog
View file @
ee402fc9
2001-03-22 Tom Tromey <tromey@redhat.com>
* Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
2001-03-19 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
...
...
boehm-gc/Makefile.am
View file @
ee402fc9
...
...
@@ -49,7 +49,7 @@ AM_CFLAGS = @BOEHM_GC_CFLAGS@
check_PROGRAMS
=
gctest
gctest_SOURCES
=
test.c
gctest_LDADD
=
./libgcjgc.la
$(THREADLIBS)
$(EXTRA_TEST_LIBS)
gctest_LDFLAGS
=
-shared-gcc
gctest_LDFLAGS
=
-shared-
lib
gcc
TESTS_ENVIRONMENT
=
LD_LIBRARY_PATH
=
../../
$(MULTIBUILDTOP)
gcc
TESTS
=
gctest
...
...
boehm-gc/Makefile.in
View file @
ee402fc9
...
...
@@ -138,7 +138,7 @@ AM_CFLAGS = @BOEHM_GC_CFLAGS@
check_PROGRAMS
=
gctest
gctest_SOURCES
=
test.c
gctest_LDADD
=
./libgcjgc.la
$(THREADLIBS)
$(EXTRA_TEST_LIBS)
gctest_LDFLAGS
=
-shared-gcc
gctest_LDFLAGS
=
-shared-
lib
gcc
TESTS_ENVIRONMENT
=
LD_LIBRARY_PATH
=
../../
$(MULTIBUILDTOP)
gcc
TESTS
=
gctest
...
...
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