99-personal-bodo.conf 940 B

1234567891011121314151617181920212223
  1. ## Personal configuration targets
  2. ##
  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.
  6. %targets = (
  7. "debug-bodo" => {
  8. inherit_from => [ "x86_64_asm" ],
  9. cc => "gcc",
  10. 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",
  11. thread_cflag => "-D_REENTRANT",
  12. lflags => "-ldl",
  13. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
  14. perlasm_scheme => "elf",
  15. dso_scheme => "dlfcn",
  16. shared_target => "linux-shared",
  17. shared_cflag => "-fPIC",
  18. shared_ldflag => "-m64",
  19. shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  20. multilib => "64",
  21. },
  22. );