Skip to content

Commit

Permalink
2008-08-21 Aaron W. LaFramboise <[email protected]>
Browse files Browse the repository at this point in the history
	* Makefile.am: Add -no-undefined
	* Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139377 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
aaronwl committed Aug 21, 2008
1 parent f2dcca9 commit 3730550
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions libssp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-08-21 Aaron W. LaFramboise <[email protected]>

* Makefile.am: Add -no-undefined
* Makefile.in: Regenerate.

2008-06-17 Ralf Wildenhues <[email protected]>

* Makefile.in: Regenerate.
Expand Down
2 changes: 1 addition & 1 deletion libssp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libssp_la_SOURCES = \
libssp_la_LIBADD =
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
$(version_arg)
$(version_arg) -no-undefined

libssp_nonshared_la_SOURCES = \
ssp-local.c
Expand Down
3 changes: 2 additions & 1 deletion libssp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
LIBOBJDIR =
DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
$(srcdir)/../compile $(srcdir)/../config.guess \
$(srcdir)/../config.sub $(srcdir)/../depcomp \
Expand Down Expand Up @@ -247,7 +248,7 @@ libssp_la_SOURCES = \
libssp_la_LIBADD =
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
$(version_arg)
$(version_arg) -no-undefined

libssp_nonshared_la_SOURCES = \
ssp-local.c
Expand Down

0 comments on commit 3730550

Please sign in to comment.