NetBSD/gnu/usr.bin/gcc3/Makefile.backend
mrg a9fc136dbd new reach-over infrastructure (largely based on GCC2.95 one) that (mostly)
works.  sparc & i386 support is included here.  libstdc++-v3 does not yet
properly build for some strange reasons (that may be due to broken netbsd
header files, it's not yet clear) but i have been able to compile, link and
run both i386 & sparc hello.c.
2003-07-25 16:32:23 +00:00

19 lines
426 B
Makefile

# $NetBSD: Makefile.backend,v 1.1 2003/07/25 16:32:23 mrg Exp $
NOMAN= # defined
BINDIR= /usr/libexec
CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} \
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
.include <bsd.own.mk>
DPADD= ${BACKENDOBJ}/libbackend.a ${LIBIBERTYOBJ}/libiberty.a
LDADD= -L${BACKENDOBJ} -lbackend -L${LIBIBERTYOBJ} -liberty
.include <bsd.prog.mk>
# Don't auto-frob .y or .l files.
.l.c .y.c .y.h:
@true