3f11e25c49
install the headers or librarys into the system. someone who really cares could make them shlibs again and have them installed into eg, /usr/lib/gcc. not convinced it is worth it.
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# $NetBSD: bsd.64.mk,v 1.8 2011/07/21 03:13:30 mrg Exp $
|
|
|
|
.if ${MACHINE_ARCH} == "mips64eb"
|
|
LD+= -m elf64btsmip
|
|
.else
|
|
LD+= -m elf64ltsmip
|
|
.endif
|
|
MLIBDIR= 64
|
|
|
|
COPTS+= -mabi=64
|
|
CPUFLAGS+= -mabi=64
|
|
LDADD+= -mabi=64
|
|
LDFLAGS+= -mabi=64
|
|
MKDEPFLAGS+= -mabi=64
|
|
|
|
.include "${.PARSEDIR}/../../Makefile.compat"
|