switch to netbsd csu
. file- and functionality-compatible with previous situation
(FreeBSD csu) (with a crt1.o -> crt0.o symlink in /usr/lib)
. harmonizes source with netbsd
. harmonizes linker invocation (e.g. clang) with netbsd
. helpful to get some arm code in there for the arm port project
This commit is contained in:
@@ -35,7 +35,7 @@ INCS+= ansi.h atomic.h \
|
||||
tree.h ttycom.h ttydefaults.h \
|
||||
types.h \
|
||||
ucontext.h ucred.h uio.h un.h unistd.h utsname.h uuid.h \
|
||||
wait.h
|
||||
wait.h exec.h
|
||||
|
||||
INCSYMLINKS=\
|
||||
sys/fcntl.h ${NETBSDINCSDIR}/fcntl.h \
|
||||
|
||||
Reference in New Issue
Block a user