tcontinue x86-64 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6987199d12136814679c36e2592a839f504b56f2
DIR parent 6135dd691688795d5e0306d66494502ec12f8d1c
HTML Author: rsc <devnull@localhost>
Date: Wed, 19 Jan 2005 04:05:19 +0000
continue x86-64
Diffstat:
M src/cmd/rio/mkfile | 3 ++-
A src/libmp/x86_64/mkfile | 4 ++++
A src/libsec/x86_64/mkfile | 4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile
t@@ -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
DIR diff --git a/src/libmp/x86_64/mkfile b/src/libmp/x86_64/mkfile
t@@ -0,0 +1,4 @@
+all:
+
+%:V:
+ # nothing to see here
DIR diff --git a/src/libsec/x86_64/mkfile b/src/libsec/x86_64/mkfile
t@@ -0,0 +1,4 @@
+all:
+
+%:V:
+ # nothing to see here