# NB. GNU C has to be configured to use GNU assembler, and not
# /usr/ccs/bin/as. Failure to comply will result in compile
# failures [at least] in 32-bit build.
- inherit_from => [ "solaris-common", asm("x86_elf_asm") ],
+ inherit_from => [ "solaris-common" ],
CC => "gcc",
CFLAGS => add_before(picker(default => "-Wall",
debug => "-O0 -g",
# code [thanks to inline assembler], I would actually recommend
# to consider using gcc shared build even with vendor compiler:-)
# -- <appro@openssl.org>
- inherit_from => [ "solaris-common", asm("x86_64_asm") ],
+ inherit_from => [ "solaris-common" ],
CC => "gcc",
CFLAGS => add_before(picker(default => "-Wall",
debug => "-O0 -g",
# Consider switching to solaris64-x86_64-gcc even here...
#
"solaris64-x86_64-cc" => {
- inherit_from => [ "solaris-common", asm("x86_64_asm") ],
+ inherit_from => [ "solaris-common" ],
CC => "cc",
CFLAGS => add_before(picker(debug => "-g",
release => "-xO5 -xdepend -xbuiltin")),
shared_ldflag => add_before("-shared"),
},
"solaris-sparcv8-gcc" => {
- inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv8_asm") ],
+ inherit_from => [ "solaris-sparcv7-gcc" ],
cflags => add_before("-mcpu=v8"),
asm_arch => 'sparcv8',
perlasm_scheme => 'void',
"solaris-sparcv9-gcc" => {
# -m32 should be safe to add as long as driver recognizes
# -mcpu=ultrasparc
- inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv9_asm") ],
+ inherit_from => [ "solaris-sparcv7-gcc" ],
cflags => add_before("-m32 -mcpu=ultrasparc"),
asm_arch => 'sparcv9',
perlasm_scheme => 'void',
},
####
"solaris-sparcv8-cc" => {
- inherit_from => [ "solaris-sparcv7-cc", asm("sparcv8_asm") ],
+ inherit_from => [ "solaris-sparcv7-cc" ],
cflags => add_before("-xarch=v8"),
asm_arch => 'sparcv8',
perlasm_scheme => 'void',
},
"solaris-sparcv9-cc" => {
- inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
+ inherit_from => [ "solaris-sparcv7-cc" ],
cflags => add_before("-xarch=v8plus"),
asm_arch => 'sparcv9',
perlasm_scheme => 'void',
},
"solaris64-sparcv9-cc" => {
- inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
+ inherit_from => [ "solaris-sparcv7-cc" ],
cflags => add_before("-xarch=v9"),
bn_ops => "BN_LLONG RC4_CHAR",
asm_arch => 'sparcv9',
shared_sonameflag=> "-Wl,-soname,",
},
"irix-mips3-gcc" => {
- inherit_from => [ "irix-common", asm("mips64_asm") ],
+ inherit_from => [ "irix-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-g -O0",
release => "-O3"),
multilib => "32",
},
"irix-mips3-cc" => {
- inherit_from => [ "irix-common", asm("mips64_asm") ],
+ inherit_from => [ "irix-common" ],
CC => "cc",
CFLAGS => picker(debug => "-g -O0",
release => "-O2"),
},
# N64 ABI builds.
"irix64-mips4-gcc" => {
- inherit_from => [ "irix-common", asm("mips64_asm") ],
+ inherit_from => [ "irix-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-g -O0",
release => "-O3"),
multilib => "64",
},
"irix64-mips4-cc" => {
- inherit_from => [ "irix-common", asm("mips64_asm") ],
+ inherit_from => [ "irix-common" ],
CC => "cc",
CFLAGS => picker(debug => "-g -O0",
release => "-O2"),
shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
},
"hpux-parisc1_1-gcc" => {
- inherit_from => [ "hpux-parisc-gcc", asm("parisc11_asm") ],
+ inherit_from => [ "hpux-parisc-gcc" ],
asm_arch => 'parisc11',
perlasm_scheme => "32",
multilib => "/pa1.1",
},
"hpux64-parisc2-gcc" => {
- inherit_from => [ "hpux-common", asm("parisc20_64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "gcc",
CFLAGS => combine(picker(debug => "-O0 -g",
release => "-O3")),
shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
},
"hpux-parisc1_1-cc" => {
- inherit_from => [ "hpux-parisc-cc", asm("parisc11_asm") ],
+ inherit_from => [ "hpux-parisc-cc" ],
cflags => add_before("+DA1.1"),
asm_arch => 'parisc11',
perlasm_scheme => "32",
multilib => "/pa1.1",
},
"hpux64-parisc2-cc" => {
- inherit_from => [ "hpux-common", asm("parisc20_64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "cc",
CFLAGS => picker(debug => "+O0 +d -g",
release => "+O3") ,
# HP/UX IA-64 targets
"hpux-ia64-cc" => {
- inherit_from => [ "hpux-common", asm("ia64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "cc",
CFLAGS => picker(debug => "+O0 +d -g",
release => "+O2"),
multilib => "/hpux32",
},
"hpux64-ia64-cc" => {
- inherit_from => [ "hpux-common", asm("ia64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "cc",
CFLAGS => picker(debug => "+O0 +d -g",
release => "+O3"),
},
# GCC builds...
"hpux-ia64-gcc" => {
- inherit_from => [ "hpux-common", asm("ia64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O3"),
multilib => "/hpux32",
},
"hpux64-ia64-gcc" => {
- inherit_from => [ "hpux-common", asm("ia64_asm") ],
+ inherit_from => [ "hpux-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O3"),
#### there were even osf1-* configs targeting prior versions provided,
#### but not anymore...
"tru64-alpha-gcc" => {
- inherit_from => [ "BASE_unix", asm("alpha_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => "-O3",
cflags => add("-std=c9x", threads("-pthread")),
shared_extension => ".so",
},
"tru64-alpha-cc" => {
- inherit_from => [ "BASE_unix", asm("alpha_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "cc",
CFLAGS => "-tune host -fast",
cflags => add("-std1 -readonly_strings",
},
"linux-ppc" => {
- inherit_from => [ "linux-generic32", asm("ppc32_asm") ],
+ inherit_from => [ "linux-generic32" ],
asm_arch => 'ppc32',
perlasm_scheme => "linux32",
},
"linux-ppc64" => {
- inherit_from => [ "linux-generic64", asm("ppc64_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-m64"),
cxxflags => add("-m64"),
lib_cppflags => add("-DB_ENDIAN"),
multilib => "64",
},
"linux-ppc64le" => {
- inherit_from => [ "linux-generic64", asm("ppc64_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-m64"),
cxxflags => add("-m64"),
lib_cppflags => add("-DL_ENDIAN"),
#
# ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8
#
- inherit_from => [ "linux-generic32", asm("armv4_asm") ],
+ inherit_from => [ "linux-generic32" ],
asm_arch => 'armv4',
perlasm_scheme => "linux32",
},
"linux-aarch64" => {
- inherit_from => [ "linux-generic64", asm("aarch64_asm") ],
+ inherit_from => [ "linux-generic64" ],
asm_arch => 'aarch64',
perlasm_scheme => "linux64",
},
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
- inherit_from => [ "linux-generic32", asm("aarch64_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-mabi=ilp32"),
cxxflags => add("-mabi=ilp32"),
bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
"linux-mips32" => {
# Configure script adds minimally required -march for assembly
# support, if no -march was specified at command line.
- inherit_from => [ "linux-generic32", asm("mips32_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-mabi=32"),
cxxflags => add("-mabi=32"),
asm_arch => 'mips32',
# mips32 and mips64 below refer to contemporary MIPS Architecture
# specifications, MIPS32 and MIPS64, rather than to kernel bitness.
"linux-mips64" => {
- inherit_from => [ "linux-generic32", asm("mips64_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-mabi=n32"),
cxxflags => add("-mabi=n32"),
bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
multilib => "32",
},
"linux64-mips64" => {
- inherit_from => [ "linux-generic64", asm("mips64_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-mabi=64"),
cxxflags => add("-mabi=64"),
asm_arch => 'mips64',
#### These two targets are a bit aged and are to be used on older Linux
#### machines where gcc doesn't understand -m32 and -m64
"linux-elf" => {
- inherit_from => [ "linux-generic32", asm("x86_elf_asm") ],
+ inherit_from => [ "linux-generic32" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "BN_LLONG",
perlasm_scheme => "elf",
},
"linux-aout" => {
- inherit_from => [ "BASE_unix", asm("x86_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => add(picker(default => "-Wall",
debug => "-O0 -g",
#### X86 / X86_64 targets
"linux-x86" => {
- inherit_from => [ "linux-generic32", asm("x86_asm") ],
+ inherit_from => [ "linux-generic32" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
cflags => add("-m32"),
cxxflags => add("-m32"),
CXX => "clang++",
},
"linux-x86_64" => {
- inherit_from => [ "linux-generic64", asm("x86_64_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-m64"),
cxxflags => add("-m64"),
lib_cppflags => add("-DL_ENDIAN"),
CXX => "clang++",
},
"linux-x32" => {
- inherit_from => [ "linux-generic32", asm("x86_64_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-mx32"),
cxxflags => add("-mx32"),
lib_cppflags => add("-DL_ENDIAN"),
},
"linux-ia64" => {
- inherit_from => [ "linux-generic64", asm("ia64_asm") ],
+ inherit_from => [ "linux-generic64" ],
bn_ops => "SIXTY_FOUR_BIT_LONG",
asm_arch => 'ia64',
perlasm_scheme => 'void',
},
"linux64-s390x" => {
- inherit_from => [ "linux-generic64", asm("s390x_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-m64"),
cxxflags => add("-m64"),
lib_cppflags => add("-DB_ENDIAN"),
# yet, because of couple of bugs in glibc
# sysdeps/s390/dl-procinfo.c affecting ldconfig and ld.so.1...
#
- inherit_from => [ "linux-generic32", asm("s390x_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-m31 -Wa,-mzarch"),
cxxflags => add("-m31 -Wa,-mzarch"),
lib_cppflags => add("-DB_ENDIAN"),
#### SPARC Linux setups
"linux-sparcv8" => {
- inherit_from => [ "linux-generic32", asm("sparcv8_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-mcpu=v8"),
cxxflags => add("-mcpu=v8"),
lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
"linux-sparcv9" => {
# it's a real mess with -mcpu=ultrasparc option under Linux,
# but -Wa,-Av8plus should do the trick no matter what.
- inherit_from => [ "linux-generic32", asm("sparcv9_asm") ],
+ inherit_from => [ "linux-generic32" ],
cflags => add("-m32 -mcpu=ultrasparc -Wa,-Av8plus"),
cxxflags => add("-m32 -mcpu=ultrasparc -Wa,-Av8plus"),
lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
},
"linux64-sparcv9" => {
# GCC 3.1 is a requirement
- inherit_from => [ "linux-generic64", asm("sparcv9_asm") ],
+ inherit_from => [ "linux-generic64" ],
cflags => add("-m64 -mcpu=ultrasparc"),
cxxflags => add("-m64 -mcpu=ultrasparc"),
lib_cppflags => add("-DB_ENDIAN"),
},
"linux-alpha-gcc" => {
- inherit_from => [ "linux-generic64", asm("alpha_asm") ],
+ inherit_from => [ "linux-generic64" ],
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
asm_arch => 'alpha',
},
"BSD-x86" => {
- inherit_from => [ "BSD-generic32", asm("x86_asm") ],
+ inherit_from => [ "BSD-generic32" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "BN_LLONG",
},
"BSD-sparcv8" => {
- inherit_from => [ "BSD-generic32", asm("sparcv8_asm") ],
+ inherit_from => [ "BSD-generic32" ],
cflags => add("-mcpu=v8"),
lib_cppflags => add("-DB_ENDIAN"),
asm_arch => 'sparcv8',
# -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
# simply *happens* to work around a compiler bug in gcc 3.3.3,
# triggered by RIPEMD160 code.
- inherit_from => [ "BSD-generic64", asm("sparcv9_asm") ],
+ inherit_from => [ "BSD-generic64" ],
lib_cppflags => add("-DB_ENDIAN -DMD32_REG_T=int"),
bn_ops => "BN_LLONG",
asm_arch => 'sparcv9',
},
"BSD-ia64" => {
- inherit_from => [ "BSD-generic64", asm("ia64_asm") ],
+ inherit_from => [ "BSD-generic64" ],
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
asm_arch => 'ia64',
},
"BSD-x86_64" => {
- inherit_from => [ "BSD-generic64", asm("x86_64_asm") ],
+ inherit_from => [ "BSD-generic64" ],
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
asm_arch => 'x86_64',
},
"bsdi-elf-gcc" => {
- inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => "-fomit-frame-pointer -O3 -Wall",
lib_cppflags => "-DPERL5 -DL_ENDIAN",
thread_scheme => "uithreads",
},
"unixware-7" => {
- inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "cc",
CFLAGS => "-O",
cflags => combine("-Kalloca", threads("-Kthread")),
shared_cflag => "-Kpic",
},
"unixware-7-gcc" => {
- inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => "-O3 -fomit-frame-pointer -Wall",
cppflags => add(threads("-D_REENTRANT")),
},
# SCO 5 - Ben Laurie says the -O breaks the SCO cc.
"sco5-cc" => {
- inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
+ inherit_from => [ "BASE_unix" ],
cc => "cc",
cflags => "-belf",
ex_libs => add("-lsocket -lnsl"),
shared_cflag => "-Kpic",
},
"sco5-gcc" => {
- inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
+ inherit_from => [ "BASE_unix" ],
cc => "gcc",
cflags => "-O3 -fomit-frame-pointer",
ex_libs => add("-lsocket -lnsl"),
perl_platform => 'AIX',
},
"aix-gcc" => {
- inherit_from => [ "aix-common", asm("ppc32_asm") ],
+ inherit_from => [ "aix-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O"),
RANLIB => add("-X32"),
},
"aix64-gcc" => {
- inherit_from => [ "aix-common", asm("ppc64_asm") ],
+ inherit_from => [ "aix-common" ],
CC => "gcc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O"),
RANLIB => add("-X64"),
},
"aix-cc" => {
- inherit_from => [ "aix-common", asm("ppc32_asm") ],
+ inherit_from => [ "aix-common" ],
CC => "cc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O"),
RANLIB => add("-X32"),
},
"aix64-cc" => {
- inherit_from => [ "aix-common", asm("ppc64_asm") ],
+ inherit_from => [ "aix-common" ],
CC => "cc",
CFLAGS => picker(debug => "-O0 -g",
release => "-O"),
bn_ops => add("SIXTY_FOUR_BIT"),
},
"VC-WIN64I" => {
- inherit_from => [ "VC-WIN64-common", asm("ia64_asm") ],
+ inherit_from => [ "VC-WIN64-common" ],
AS => "ias",
ASFLAGS => "-d debug",
asoutflag => "-o ",
multilib => "-ia64",
},
"VC-WIN64A" => {
- inherit_from => [ "VC-WIN64-common", asm("x86_64_asm") ],
+ inherit_from => [ "VC-WIN64-common" ],
AS => sub { vc_win64a_info()->{AS} },
ASFLAGS => sub { vc_win64a_info()->{ASFLAGS} },
asoutflag => sub { vc_win64a_info()->{asoutflag} },
multilib => "-x64",
},
"VC-WIN32" => {
- inherit_from => [ "VC-noCE-common", asm("x86_asm") ],
+ inherit_from => [ "VC-noCE-common" ],
CFLAGS => add("/WX"),
AS => sub { vc_win32_info()->{AS} },
ASFLAGS => sub { vc_win32_info()->{ASFLAGS} },
perl_platform => 'mingw',
},
"mingw" => {
- inherit_from => [ "mingw-common", asm("x86_asm") ],
+ inherit_from => [ "mingw-common" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
cflags => "-m32",
sys_id => "MINGW32",
# consider its binaries for using with non-mingw64 run-time
# environment. And as mingw64 is always consistent with itself,
# Applink is never engaged and can as well be omitted.
- inherit_from => [ "mingw-common", asm("x86_64_asm") ],
+ inherit_from => [ "mingw-common" ],
cflags => "-m64",
sys_id => "MINGW64",
bn_ops => add("SIXTY_FOUR_BIT"),
perl_platform => 'Cygwin',
},
"Cygwin-x86" => {
- inherit_from => [ "Cygwin-common", asm("x86_asm") ],
+ inherit_from => [ "Cygwin-common" ],
CFLAGS => add(picker(release => "-O3 -fomit-frame-pointer")),
bn_ops => "BN_LLONG",
asm_arch => 'x86',
perlasm_scheme => "coff",
},
"Cygwin-x86_64" => {
- inherit_from => [ "Cygwin-common", asm("x86_64_asm") ],
+ inherit_from => [ "Cygwin-common" ],
CC => "gcc",
bn_ops => "SIXTY_FOUR_BIT_LONG",
asm_arch => 'x86_64',
# with future defaults for below two targets, because MacOS X
# for PPC has no future, it was discontinued by vendor in 2009.
"darwin-ppc-cc" => {
- inherit_from => [ "darwin-common", asm("ppc32_asm") ],
+ inherit_from => [ "darwin-common" ],
cflags => add("-arch ppc -std=gnu9x -Wa,-force_cpusubtype_ALL"),
lib_cppflags => add("-DB_ENDIAN"),
shared_cflag => add("-fno-common"),
perlasm_scheme => "osx32",
},
"darwin64-ppc-cc" => {
- inherit_from => [ "darwin-common", asm("ppc64_asm") ],
+ inherit_from => [ "darwin-common" ],
cflags => add("-arch ppc64 -std=gnu9x"),
lib_cppflags => add("-DB_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
perlasm_scheme => "osx64",
},
"darwin-i386-cc" => {
- inherit_from => [ "darwin-common", asm("x86_asm") ],
+ inherit_from => [ "darwin-common" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
cflags => add("-arch i386"),
lib_cppflags => add("-DL_ENDIAN"),
perlasm_scheme => "macosx",
},
"darwin64-x86_64-cc" => {
- inherit_from => [ "darwin-common", asm("x86_64_asm") ],
+ inherit_from => [ "darwin-common" ],
CFLAGS => add("-Wall"),
cflags => add("-arch x86_64"),
lib_cppflags => add("-DL_ENDIAN"),
##### GNU Hurd
"hurd-x86" => {
inherit_from => [ "BASE_unix" ],
- inherit_from => [ asm("x86_elf_asm") ],
CC => "gcc",
CFLAGS => "-O3 -fomit-frame-pointer -Wall",
cflags => threads("-pthread"),
ranlib => "ranlibpentium",
},
"vxworks-mips" => {
- inherit_from => [ "BASE_unix", asm("mips32_asm") ],
+ inherit_from => [ "BASE_unix" ],
CC => "ccmips",
CFLAGS => "-O -G 0",
cflags => "-mrtp -mips2 -B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -msoft-float -mno-branch-likely -fno-builtin -fno-defer-pop",
pointer_size => "64",
},
"vms-ia64" => {
- inherit_from => [ "vms-generic",
- sub { vms_info()->{AS}
- ? asm("ia64_asm")->() : () } ],
+ inherit_from => [ "vms-generic" ],
bn_ops => "SIXTY_FOUR_BIT RC4_INT",
asm_arch => sub { vms_info()->{AS} ? 'ia64' : undef },
perlasm_scheme => 'ias',