From 7a2c88509bea849196ed4b77cf10512c4ff40cce Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jan 2005 21:30:05 +0000 Subject: allow config to override kernel version --- src/libthread/sysofiles.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libthread/sysofiles.sh') diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh index 802faf76..a7af0f5b 100644 --- a/src/libthread/sysofiles.sh +++ b/src/libthread/sysofiles.sh @@ -1,6 +1,8 @@ #!/bin/sh -tag="$OBJTYPE-$SYSNAME-`uname -r`-${CC9:-cc}" +test -f $PLAN9/config && . $PLAN9/config + +tag="$OBJTYPE-$SYSNAME-${SYSVERSION:-`uname -r`}-${CC9:-cc}" case "$tag" in *-Linux-2.6.*) echo pthread.o -- cgit v1.2.3