allow config to override kernel version

This commit is contained in:
rsc 2005-01-17 21:30:05 +00:00
parent 38c10d1abc
commit 7a2c88509b
5 changed files with 39 additions and 3 deletions

View file

@ -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