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:
@@ -58,6 +58,14 @@ TOOLCHAIN_MISSING?= no
|
||||
HAVE_GCC= 4
|
||||
.endif
|
||||
|
||||
.if \
|
||||
${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "powerpc" || \
|
||||
${MACHINE_ARCH} == "x86_64"
|
||||
USE_COMPILERCRTSTUFF?= no
|
||||
.endif
|
||||
USE_COMPILERCRTSTUFF?= yes
|
||||
|
||||
# default to GDB6
|
||||
HAVE_GDB?= 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user