allow config to override kernel version
This commit is contained in:
parent
38c10d1abc
commit
7a2c88509b
5 changed files with 39 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue