plan9port/src/mkhdr
rsc 984e353160 PowerPC Linux support from ericvh.
Mainly adding va_copy/va_end.
Also fix bug in sprint wrapping
around top of memory.
2004-08-22 15:39:56 +00:00

29 lines
407 B
Text

SYSNAME=`uname`
OBJTYPE=`uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g' | sed 's/ppc64/power/g' | sed 's/ppc/power/g'`
BIN=$PLAN9/bin
LIBDIR=$PLAN9/lib
# BUG - figure this out automatically
X11=/usr/X11R6
O=o
OS=$O
CC=9c
LD=9l
AS=9a
AR=9ar
INSTALL=install -c
CFLAGS=
LDFLAGS=
AFLAGS=
CLEANFILES=
NUKEFILES=
YACC=9yacc
YFLAGS=-d
LIB=
SHORTLIB=9
<|cat $PLAN9/src/mk.$SYSNAME-$OBJTYPE 2>/dev/null || true