99-personal-ben.conf 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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-ben" => {
  8. cc => "gcc",
  9. cflags => "$gcc_devteam_warn -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DDEBUG_SAFESTACK -O2 -pipe",
  10. thread_cflag => "(unknown)",
  11. },
  12. "debug-ben-openbsd" => {
  13. cc => "gcc",
  14. cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe",
  15. thread_cflag => "(unknown)",
  16. },
  17. "debug-ben-openbsd-debug" => {
  18. cc => "gcc",
  19. cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe",
  20. thread_cflag => "(unknown)",
  21. },
  22. "debug-ben-debug" => {
  23. cc => "gcc",
  24. cflags => "$gcc_devteam_warn -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DOPENSSL_NO_HW_PADLOCK -g3 -O2 -pipe",
  25. thread_cflag => "(unknown)",
  26. },
  27. "debug-ben-debug-64" => {
  28. inherit_from => [ "x86_64_asm" ],
  29. cc => "gcc",
  30. cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
  31. thread_cflag => "${BSDthreads}",
  32. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
  33. perlasm_scheme => "elf",
  34. dso_scheme => "dlfcn",
  35. shared_target => "bsd-gcc-shared",
  36. shared_cflag => "-fPIC",
  37. shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  38. },
  39. "debug-ben-debug-64-clang" => {
  40. inherit_from => [ "x86_64_asm" ],
  41. cc => "clang",
  42. cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
  43. thread_cflag => "${BSDthreads}",
  44. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
  45. perlasm_scheme => "elf",
  46. dso_scheme => "dlfcn",
  47. shared_target => "bsd-gcc-shared",
  48. shared_cflag => "-fPIC",
  49. shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  50. },
  51. "debug-ben-debug-64-noopt" => {
  52. inherit_from => [ "x86_64_asm" ],
  53. cc => "gcc",
  54. cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -pipe",
  55. thread_cflag => "${BSDthreads}",
  56. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
  57. perlasm_scheme => "elf",
  58. dso_scheme => "dlfcn",
  59. shared_target => "bsd-gcc-shared",
  60. shared_cflag => "-fPIC",
  61. shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  62. },
  63. "debug-ben-macos" => {
  64. cc => "cc",
  65. cflags => "$gcc_devteam_warn -DOPENSSL_NO_ASM -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch i386 -O3 -DL_ENDIAN -g3 -pipe",
  66. thread_cflag => "(unknown)",
  67. },
  68. "debug-ben-no-opt" => {
  69. cc => "gcc",
  70. cflags => " -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -Wall -g3",
  71. thread_cflag => "(unknown)",
  72. },
  73. "debug-ben-strict" => {
  74. cc => "gcc",
  75. cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe",
  76. thread_cflag => "(unknown)",
  77. },
  78. "debug-ben-darwin64" => {
  79. inherit_from => [ "x86_64_asm" ],
  80. cc => "cc",
  81. cflags => "$gcc_devteam_warn -Wno-language-extension-token -Wno-extended-offsetof -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall",
  82. thread_cflag => "-D_REENTRANT",
  83. sys_id => "MACOSX",
  84. lflags => "-Wl,-search_paths_first%",
  85. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
  86. perlasm_scheme => "macosx",
  87. dso_scheme => "dlfcn",
  88. shared_target => "darwin-shared",
  89. shared_cflag => "-fPIC -fno-common",
  90. shared_ldflag => "-arch x86_64 -dynamiclib",
  91. shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
  92. },
  93. );