plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6987199d12136814679c36e2592a839f504b56f2
parent 6135dd691688795d5e0306d66494502ec12f8d1c
Author: rsc <devnull@localhost>
Date:   Wed, 19 Jan 2005 04:05:19 +0000

continue x86-64

Diffstat:
Msrc/cmd/rio/mkfile | 3++-
Asrc/libmp/x86_64/mkfile | 4++++
Asrc/libsec/x86_64/mkfile | 4++++
3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile @@ -15,7 +15,8 @@ HFILES=dat.h fns.h TARG=rio -LDFLAGS=-L$X11/lib -lXext -lX11 +# should only use lib64 on x86-64, but it should not hurt elsewhere +LDFLAGS=-L$X11/lib64 -L$X11/lib -lXext -lX11 <$PLAN9/src/mkone diff --git a/src/libmp/x86_64/mkfile b/src/libmp/x86_64/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here diff --git a/src/libsec/x86_64/mkfile b/src/libsec/x86_64/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here