No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mips / include / Makefile.inc
blob15583db0da7c9f235808804a8c5094390e4e2f00
1 # $NetBSD: Makefile.inc,v 1.7 2008/12/21 11:48:30 ad Exp $
3 CFLAGS+=        -G 0 -ffixed-23
5 # this should really be !(RUMPKERNEL && target=PIC)
6 .if !defined(RUMPKERNEL)
7 CFLAGS+=        -mno-abicalls
8 AFLAGS+=        -mno-abicalls
9 .endif
11 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
12 CFLAGS+=        -msym32
13 .endif
15 AFLAGS+=        -x assembler-with-cpp -traditional-cpp ${AOPTS}