In previous OpenSSL versions, this letter was part of the make
variable AR. However, following the usual convention (read: GNU),
this letter is supposed to be part of ARFLAGS.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5386)
shared_target => "aix-shared",
shared_ldflag => "-shared -static-libgcc -Wl,-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
shared_target => "aix-shared",
shared_ldflag => "-shared -static-libgcc -Wl,-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
},
"aix64-gcc" => {
inherit_from => [ "BASE_unix", asm("ppc64_asm") ],
},
"aix64-gcc" => {
inherit_from => [ "BASE_unix", asm("ppc64_asm") ],
shared_target => "aix-shared",
shared_ldflag => "-shared -static-libgcc -Wl,-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
shared_target => "aix-shared",
shared_ldflag => "-shared -static-libgcc -Wl,-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
},
"aix-cc" => {
inherit_from => [ "BASE_unix", asm("ppc32_asm") ],
},
"aix-cc" => {
inherit_from => [ "BASE_unix", asm("ppc32_asm") ],
shared_target => "aix-shared",
shared_ldflag => "-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
shared_target => "aix-shared",
shared_ldflag => "-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
},
"aix64-cc" => {
inherit_from => [ "BASE_unix", asm("ppc64_asm") ],
},
"aix64-cc" => {
inherit_from => [ "BASE_unix", asm("ppc64_asm") ],
shared_target => "aix-shared",
shared_ldflag => "-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
shared_target => "aix-shared",
shared_ldflag => "-G",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
},
# SIEMENS BS2000/OSD: an EBCDIC-based mainframe
},
# SIEMENS BS2000/OSD: an EBCDIC-based mainframe
(NOTE: this is here for future use, it's
not implemented yet)
arflags => Flags to be used with the library archive
(NOTE: this is here for future use, it's
not implemented yet)
arflags => Flags to be used with the library archive
+ command. On Unix, this includes the
+ command letter, 'r' by default.
ranlib => The library archive indexing command, the
default is 'ranlib' it it exists.
ranlib => The library archive indexing command, the
default is 'ranlib' it it exists.