git: gcc47: Add libssp and libssp_noshared
John Marino
marino at crater.dragonflybsd.org
Fri Oct 19 17:43:36 PDT 2012
commit c666f28aa7c82e205ee3709528b79a41e8cc5308
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/c666f28aa7c82e205ee3709528b79a41e8cc5308
--
DragonFly BSD source repository
More information about the Commits
mailing list