tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
libexec
/
ld.so
/
constructor
/
libab
/
at
jcs
4 files
Makefile
Use volatile to keep clang from optimizing things too much. Force linking with the c++ command instead of cc by setting CC=${CXX}. This is a hack and a better solution is under development. Linking with c++ is necessary to make the shared libraries depend up libc++.so such that the iostream objects are constructed before we use them.
8 years ago
ab.C
Silence most clang warnings in ld.so regress. OK kettenis@
8 years ago
ab.h
Silence most clang warnings in ld.so regress. OK kettenis@
8 years ago
shlib_version
errno changes, lib major version bumps, and general flag day To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
22 years ago