fixes for stuff, better display of mksh version, etc.

This commit is contained in:
tg
2004-10-28 16:35:03 +00:00
parent e0474a6042
commit 78a5e1d662
6 changed files with 61 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $MirBSD: Build.sh,v 1.12 2004/10/28 16:08:32 tg Exp $
# $MirBSD: Build.sh,v 1.13 2004/10/28 16:35:01 tg Exp $
#-
# Copyright (c) 2004
# Thorsten "mirabile" Glaser <x86@ePost.de>
@@ -44,7 +44,7 @@
SHELL="${SHELL:-/bin/sh}"; export SHELL
CONFIG_SHELL="${SHELL}"; export CONFIG_SHELL
CC="${CC:-gcc}"
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -I. -DKSH"
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -I. -DKSH -DMKSH"
COPTS="-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-strength-reduce"
[ -z "$WEIRD_OS" ] && LDFLAGS="${LDFLAGS:--static}"