mirror of
https://github.com/curl/curl.git
synced 2026-04-27 14:52:17 +03:00
os400: minimum supported OS version: V6R1M0.
Do not log compilation informational messages.
This commit is contained in:
parent
6b130d6be6
commit
ea88694184
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ setenv TGTCCSID '500' # Target CCSID of objects.
|
|||
setenv DEBUG '*ALL' # Debug level.
|
||||
setenv OPTIMIZE '10' # Optimisation level
|
||||
setenv OUTPUT '*NONE' # Compilation output option.
|
||||
setenv TGTRLS 'V5R3M0' # Target OS release.
|
||||
setenv TGTRLS 'V6R1M0' # Target OS release.
|
||||
setenv IFSDIR '/curl' # Installation IFS directory.
|
||||
|
||||
# Define ZLIB availability and locations.
|
||||
|
|
@ -188,7 +188,7 @@ make_module()
|
|||
CMD="CRTCMOD MODULE(${TARGETLIB}/${1}) SRCSTMF('__tmpsrcf.c')"
|
||||
# CMD="${CMD} SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST *SHOWINC *SHOWSYS)"
|
||||
CMD="${CMD} SYSIFCOPT(*IFS64IO) OPTION(*INCDIRFIRST)"
|
||||
CMD="${CMD} LOCALETYPE(*LOCALE)"
|
||||
CMD="${CMD} LOCALETYPE(*LOCALE) FLAG(10)"
|
||||
CMD="${CMD} INCDIR('/qibm/proddata/qadrt/include'"
|
||||
CMD="${CMD} '${TOPDIR}/include/curl' '${TOPDIR}/include' '${SRCDIR}'"
|
||||
CMD="${CMD} '${TOPDIR}/packages/OS400'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue