X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fmpeix.sh;h=e952f0e0023ed015bbcd9aca565200aaa64142f9;hb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;hp=6c548284af1ddca7130928939c93c78e87b5a42c;hpb=1aef975c78d2e948679875705c79cbbbddfe5ad7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/mpeix.sh b/hints/mpeix.sh index 6c54828..e952f0e 100644 --- a/hints/mpeix.sh +++ b/hints/mpeix.sh @@ -1,9 +1,11 @@ +# MPE/IX does not have nm, and the linker doesn't complain +# about unresolved symbols, so these are all filled in by hand. osname='mpeix' osvers='5.0' alignbytes='8' ccflags='-D_POSIX_SOURCE -D_SOCKET_SOURCE -D_POSIX_JOB_CONTROL' cc='c89' -optimize='-g' +optimize='none' d_safebcpy='undef' d_safemcpy='undef' intsize='8'