all: DragonFly port.
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
This commit is contained in:
parent
db800afb4e
commit
20035ed43c
14 changed files with 356 additions and 15 deletions
2
bin/9c
2
bin/9c
|
|
@ -77,7 +77,7 @@ tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}-${CC9:-cc}"
|
|||
case "$tag" in
|
||||
*FreeBSD*gcc*) usegcc ;;
|
||||
*FreeBSD*clang*) useclang ;;
|
||||
*BSD*) usegcc ;;
|
||||
*DragonFly*|*BSD*) usegcc ;;
|
||||
*Darwin-x86_64*clang*)
|
||||
useclang
|
||||
cflags="$ngflags -g3 -m64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue