continue x86-64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
4
src/libmp/x86_64/mkfile
Normal file
4
src/libmp/x86_64/mkfile
Normal file
@@ -0,0 +1,4 @@
|
||||
all:
|
||||
|
||||
%:V:
|
||||
# nothing to see here
|
||||
4
src/libsec/x86_64/mkfile
Normal file
4
src/libsec/x86_64/mkfile
Normal file
@@ -0,0 +1,4 @@
|
||||
all:
|
||||
|
||||
%:V:
|
||||
# nothing to see here
|
||||
Reference in New Issue
Block a user