Allow native BSD build of libg++ 2.7.1. This is a complete replacement of
authoretheisen <etheisen@openbsd.org>
Sat, 16 Mar 1996 05:18:41 +0000 (05:18 +0000)
committeretheisen <etheisen@openbsd.org>
Sat, 16 Mar 1996 05:18:41 +0000 (05:18 +0000)
commit7571f2a81bf74201ef1b0d6c2bcfa1976ed959ee
treeb1cecfaadc100cd05e7755468d419493f128e33b
parent22bc7e6f2094f83d5b47472c4323b657468efd08
Allow native BSD build of libg++ 2.7.1.  This is a complete replacement of
the GNU build procedure, not a wrapper.  Generates standard, profiled,
shared object, and shared library versions of libiberty, libstdc++, and
libg++.  libiberty version 0.0, libstdc++ version 27.1, and libg++ version
27.1.  Requires modification of bsd.subdir.mk pmake include.  Targets
linked with the shared libraries libstdc++ and libg++ will, by default,
automatically be run time linked with libm and libcurses.
16 files changed:
gnu/lib/libg++/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/etc/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libg++/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libg++/genclass/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libg++/shlib_version [new file with mode: 0644]
gnu/lib/libg++/libiberty/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libiberty/shlib_version [new file with mode: 0644]
gnu/lib/libg++/libio/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libio/shlib_version [new file with mode: 0644]
gnu/lib/libg++/librx/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/librx/shlib_version [new file with mode: 0644]
gnu/lib/libg++/libstdc++/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libstdc++/shlib_version [new file with mode: 0644]
gnu/lib/libg++/libstdc++/stl/Makefile.bsd-wrapper [new file with mode: 0644]
gnu/lib/libg++/libstdc++/stl/shlib_version [new file with mode: 0644]