git: DragonFly_RELEASE_3_2 gcc47: Add libssp and libssp_noshared
John Marino
marino at crater.dragonflybsd.org
Sun Oct 21 00:46:59 PDT 2012
commit 7dba819d0af3618f193901c426870744041c961c
Author: John Marino <netbsd at marino.st>
Date: Fri Oct 19 17:43:21 2012 +0200
gcc47: Add libssp and libssp_noshared
These libraries were not part of the gcc 4.4 system compiler set.
Some pkgsrc packages assume the ssp libraries come with the compiler,
so add them to the gcc 4.7 library set.
Summary of changes:
contrib/gcc-4.7/README.DELETED | 8 ++-
gnu/lib/gcc47/Makefile | 2 +
gnu/lib/gcc47/libssp/Makefile | 34 ++++++++++
.../config.h.in => gnu/lib/gcc47/libssp/config.h | 70 +++++++++++--------
gnu/lib/gcc47/libssp_nonshared/Makefile | 12 ++++
5 files changed, 95 insertions(+), 31 deletions(-)
create mode 100644 gnu/lib/gcc47/libssp/Makefile
copy contrib/gcc-4.4/libssp/config.h.in => gnu/lib/gcc47/libssp/config.h (62%)
create mode 100644 gnu/lib/gcc47/libssp_nonshared/Makefile
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7dba819d0af3618f193901c426870744041c961c
--
DragonFly BSD source repository
More information about the Commits
mailing list