$ uname -a; (gcc -v) 2>&1 | tail -1; echo $KSH_VERSION

HP-UX td192 B.11.11 U 9000/800 1839940656 unlimited-user license
gcc version 3.4.2
@(#)MIRBSD KSH R29 2007/04/17

it apparently works, but there's no POSIX.pm, and the backspace
key acts as abort key (probably all things that can be fixed)
This commit is contained in:
tg 2007-04-23 12:13:03 +00:00
parent fe04b78310
commit ec4dea6cfa
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.169 2007/04/23 11:33:25 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.170 2007/04/23 12:13:03 tg Exp $
#-
# Environment used: CC CFLAGS CPP CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
@ -212,6 +212,10 @@ GNU)
GNU/kFreeBSD)
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
;;
HP-UX)
warn=' and is still experimental'
#XXX FIXME: required CPPFLAGS?
;;
Interix)
CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
;;