Unbreak linking on AIX, reported (with fix) by Torsten Sillke, 10x!
This commit is contained in:
parent
2d9a039ec0
commit
b23d768a9b
6
Build.sh
6
Build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.612 2013/01/01 21:19:36 tg Exp $'
|
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.613 2013/01/12 02:25:01 tg Exp $'
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
# 2011, 2012
|
# 2011, 2012
|
||||||
@ -1260,7 +1260,7 @@ elif test $ct = msc; then
|
|||||||
elif test $ct = xlc; then
|
elif test $ct = xlc; then
|
||||||
ac_flags 1 rodata "-qro -qroconst -qroptr"
|
ac_flags 1 rodata "-qro -qroconst -qroptr"
|
||||||
ac_flags 1 rtcheck -qcheck=all
|
ac_flags 1 rtcheck -qcheck=all
|
||||||
ac_flags 1 rtchkc -qextchk
|
#ac_flags 1 rtchkc -qextchk # reported broken
|
||||||
ac_flags 1 wformat "-qformat=all -qformat=nozln"
|
ac_flags 1 wformat "-qformat=all -qformat=nozln"
|
||||||
#ac_flags 1 wp64 -qwarn64 # too verbose for now
|
#ac_flags 1 wp64 -qwarn64 # too verbose for now
|
||||||
elif test $ct = tendra; then
|
elif test $ct = tendra; then
|
||||||
@ -1529,7 +1529,7 @@ else
|
|||||||
#define EXTERN
|
#define EXTERN
|
||||||
#define MKSH_INCLUDES_ONLY
|
#define MKSH_INCLUDES_ONLY
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.612 2013/01/01 21:19:36 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.613 2013/01/12 02:25:01 tg Exp $");
|
||||||
int main(void) { printf("Hello, World!\n"); return (0); }
|
int main(void) { printf("Hello, World!\n"); return (0); }
|
||||||
EOF
|
EOF
|
||||||
case $cm in
|
case $cm in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user