aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-19 04:05:19 +0000
committerrsc <devnull@localhost>2005-01-19 04:05:19 +0000
commit6987199d12136814679c36e2592a839f504b56f2 (patch)
treecad74d1935e294998d4e212dde145dc7b6839ba3
parent6135dd691688795d5e0306d66494502ec12f8d1c (diff)
downloadplan9port-6987199d12136814679c36e2592a839f504b56f2.tar.gz
plan9port-6987199d12136814679c36e2592a839f504b56f2.tar.bz2
plan9port-6987199d12136814679c36e2592a839f504b56f2.zip
continue x86-64
-rw-r--r--src/cmd/rio/mkfile3
-rw-r--r--src/libmp/x86_64/mkfile4
-rw-r--r--src/libsec/x86_64/mkfile4
3 files changed, 10 insertions, 1 deletions
diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile
index 1bec50ef..6e2373fa 100644
--- 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
new file mode 100644
index 00000000..43a4662b
--- /dev/null
+++ 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
new file mode 100644
index 00000000..43a4662b
--- /dev/null
+++ b/src/libsec/x86_64/mkfile
@@ -0,0 +1,4 @@
+all:
+
+%:V:
+ # nothing to see here