match Linux 2.6 kernel better
This commit is contained in:
parent
0344d5bed1
commit
fa267621f8
1 changed files with 1 additions and 1 deletions
2
bin/9c
2
bin/9c
|
|
@ -28,7 +28,7 @@ case "$tag" in
|
||||||
*HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;;
|
*HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;;
|
||||||
*Linux*) usegcc
|
*Linux*) usegcc
|
||||||
case "`uname -r`" in
|
case "`uname -r`" in
|
||||||
2.6*)
|
2.6.*)
|
||||||
cflags="$cflags -D__Linux26__"
|
cflags="$cflags -D__Linux26__"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue