#define PLAN9PORT.
forgive me.
This commit is contained in:
parent
6bdad3d616
commit
57d4c1f30e
1 changed files with 2 additions and 2 deletions
4
bin/9c
4
bin/9c
|
|
@ -49,11 +49,11 @@ esac
|
||||||
|
|
||||||
case "$tag" in
|
case "$tag" in
|
||||||
*SunOS*-cc)
|
*SunOS*-cc)
|
||||||
exec $cc -I$PLAN9/include $cflags "$@" 2>&1 |
|
exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" 2>&1 |
|
||||||
/bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' 1>&2
|
/bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' 1>&2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exec $cc -I$PLAN9/include $cflags "$@"
|
exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue