mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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" ;;
|
||||
*Linux*) usegcc
|
||||
case "`uname -r`" in
|
||||
2.6*)
|
||||
2.6.*)
|
||||
cflags="$cflags -D__Linux26__"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue