1 ## Personal configuration targets
3 ## If you edit this file, run this command before committing
4 ## make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
9 inherit_from => [ "x86_64_asm" ],
11 cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
12 thread_cflag => "-D_REENTRANT",
14 bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
15 perlasm_scheme => "elf",
16 dso_scheme => "dlfcn",
17 shared_target => "linux-shared",
18 shared_cflag => "-fPIC",
19 shared_ldflag => "-m64",
20 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",