10-main.conf 76 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  1. ## -*- mode: perl; -*-
  2. ## Standard openssl configuration targets.
  3. # Helper functions for the Windows configs
  4. my $vc_win64a_info = {};
  5. sub vc_win64a_info {
  6. unless (%$vc_win64a_info) {
  7. if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
  8. $vc_win64a_info = { AS => "nasm",
  9. ASFLAGS => "-g",
  10. asflags => "-Ox -f win64 -DNEAR",
  11. asoutflag => "-o " };
  12. } elsif ($disabled{asm}) {
  13. # assembler is still used to compile uplink shim
  14. $vc_win64a_info = { AS => "ml64",
  15. ASFLAGS => "/nologo /Zi",
  16. asflags => "/c /Cp /Cx",
  17. asoutflag => "/Fo" };
  18. } else {
  19. $die->("NASM not found - make sure it's installed and available on %PATH%\n");
  20. $vc_win64a_info = { AS => "{unknown}",
  21. ASFLAGS => "",
  22. asflags => "",
  23. asoutflag => "" };
  24. }
  25. }
  26. return $vc_win64a_info;
  27. }
  28. my $vc_win32_info = {};
  29. sub vc_win32_info {
  30. unless (%$vc_win32_info) {
  31. my $ver=`nasm -v 2>NUL`;
  32. my $vew=`nasmw -v 2>NUL`;
  33. if ($ver ne "" || $vew ne "") {
  34. $vc_win32_info = { AS => $ver ge $vew ? "nasm" : "nasmw",
  35. ASFLAGS => "",
  36. asflags => "-f win32",
  37. asoutflag => "-o ",
  38. perlasm_scheme => "win32n" };
  39. } elsif ($disabled{asm}) {
  40. # not actually used, uplink shim is inlined into C code
  41. $vc_win32_info = { AS => "ml",
  42. ASFLAGS => "/nologo /Zi",
  43. asflags => "/Cp /coff /c /Cx",
  44. asoutflag => "/Fo",
  45. perlasm_scheme => "win32" };
  46. } else {
  47. $die->("NASM not found - make sure it's installed and available on %PATH%\n");
  48. $vc_win32_info = { AS => "{unknown}",
  49. ASFLAGS => "",
  50. asflags => "",
  51. asoutflag => "",
  52. perlasm_scheme => "win32" };
  53. }
  54. }
  55. return $vc_win32_info;
  56. }
  57. my $vc_wince_info = {};
  58. sub vc_wince_info {
  59. unless (%$vc_wince_info) {
  60. # sanity check
  61. $die->('%OSVERSION% is not defined') if (!defined(env('OSVERSION')));
  62. $die->('%PLATFORM% is not defined') if (!defined(env('PLATFORM')));
  63. $die->('%TARGETCPU% is not defined') if (!defined(env('TARGETCPU')));
  64. #
  65. # Idea behind this is to mimic flags set by eVC++ IDE...
  66. #
  67. my $wcevers = env('OSVERSION'); # WCENNN
  68. my $wcevernum;
  69. my $wceverdotnum;
  70. if ($wcevers =~ /^WCE([1-9])([0-9]{2})$/) {
  71. $wcevernum = "$1$2";
  72. $wceverdotnum = "$1.$2";
  73. } else {
  74. $die->('%OSVERSION% value is insane');
  75. $wcevernum = "{unknown}";
  76. $wceverdotnum = "{unknown}";
  77. }
  78. my $wcecdefs = "-D_WIN32_WCE=$wcevernum -DUNDER_CE=$wcevernum"; # -D_WIN32_WCE=NNN
  79. my $wcelflag = "/subsystem:windowsce,$wceverdotnum"; # ...,N.NN
  80. my $wceplatf = env('PLATFORM');
  81. $wceplatf =~ tr/a-z0-9 /A-Z0-9_/;
  82. $wcecdefs .= " -DWCE_PLATFORM_$wceplatf";
  83. my $wcetgt = env('TARGETCPU'); # just shorter name...
  84. SWITCH: for($wcetgt) {
  85. /^X86/ && do { $wcecdefs.=" -Dx86 -D_X86_ -D_i386_ -Di_386_";
  86. $wcelflag.=" /machine:X86"; last; };
  87. /^ARMV4[IT]/ && do { $wcecdefs.=" -DARM -D_ARM_ -D$wcetgt";
  88. $wcecdefs.=" -DTHUMB -D_THUMB_" if($wcetgt=~/T$/);
  89. $wcecdefs.=" -QRarch4T -QRinterwork-return";
  90. $wcelflag.=" /machine:THUMB"; last; };
  91. /^ARM/ && do { $wcecdefs.=" -DARM -D_ARM_ -D$wcetgt";
  92. $wcelflag.=" /machine:ARM"; last; };
  93. /^MIPSIV/ && do { $wcecdefs.=" -DMIPS -D_MIPS_ -DR4000 -D$wcetgt";
  94. $wcecdefs.=" -D_MIPS64 -QMmips4 -QMn32";
  95. $wcelflag.=" /machine:MIPSFPU"; last; };
  96. /^MIPS16/ && do { $wcecdefs.=" -DMIPS -D_MIPS_ -DR4000 -D$wcetgt";
  97. $wcecdefs.=" -DMIPSII -QMmips16";
  98. $wcelflag.=" /machine:MIPS16"; last; };
  99. /^MIPSII/ && do { $wcecdefs.=" -DMIPS -D_MIPS_ -DR4000 -D$wcetgt";
  100. $wcecdefs.=" -QMmips2";
  101. $wcelflag.=" /machine:MIPS"; last; };
  102. /^R4[0-9]{3}/ && do { $wcecdefs.=" -DMIPS -D_MIPS_ -DR4000";
  103. $wcelflag.=" /machine:MIPS"; last; };
  104. /^SH[0-9]/ && do { $wcecdefs.=" -D$wcetgt -D_${wcetgt}_ -DSHx";
  105. $wcecdefs.=" -Qsh4" if ($wcetgt =~ /^SH4/);
  106. $wcelflag.=" /machine:$wcetgt"; last; };
  107. { $wcecdefs.=" -D$wcetgt -D_${wcetgt}_";
  108. $wcelflag.=" /machine:$wcetgt"; last; };
  109. }
  110. $vc_wince_info = { cppflags => $wcecdefs,
  111. lflags => $wcelflag };
  112. }
  113. return $vc_wince_info;
  114. }
  115. # Helper functions for the VMS configs
  116. my $vms_info = {};
  117. sub vms_info {
  118. my $pointer_size_str = $config{target} =~ m|-p(\d+)$| ? $1 : "";
  119. # For the case where Configure iterate through all config targets, such
  120. # as when listing them and their details, we reset info if the pointer
  121. # size changes.
  122. if (%$vms_info && $vms_info->{pointer_size} ne $pointer_size_str) {
  123. $vms_info = {};
  124. }
  125. unless (%$vms_info) {
  126. $vms_info->{disable_warns} = [ ];
  127. $vms_info->{pointer_size} = $pointer_size_str;
  128. if ($pointer_size_str eq "64") {
  129. `PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /WARNINGS = DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL: 2> NL:`;
  130. if ($? == 0) {
  131. push @{$vms_info->{disable_warns}}, "MAYLOSEDATA3";
  132. }
  133. }
  134. unless ($disabled{zlib}) {
  135. my $default_zlib = 'GNV$LIBZSHR' . $pointer_size_str;
  136. if (defined($disabled{"zlib-dynamic"})) {
  137. $vms_info->{zlib} = $withargs{zlib_lib} || "$default_zlib/SHARE";
  138. } else {
  139. $vms_info->{def_zlib} = $withargs{zlib_lib} || $default_zlib;
  140. # In case the --with-zlib-lib value contains something like
  141. # /SHARE or /LIB or so at the end, remove it.
  142. $vms_info->{def_zlib} =~ s|/.*$||g;
  143. }
  144. }
  145. if ($config{target} =~ /-ia64/) {
  146. `PIPE ias -H 2> NL:`;
  147. if ($? == 0) {
  148. $vms_info->{AS} = "ias";
  149. $vms_info->{ASFLAGS} = '-d debug';
  150. $vms_info->{asflags} = '"-N" vms_upcase';
  151. $vms_info->{asoutflag} = "-o ";
  152. $vms_info->{perlasm_scheme} = "ias";
  153. }
  154. }
  155. }
  156. return $vms_info;
  157. }
  158. my %targets = (
  159. #### Basic configs that should work on any 32-bit box
  160. "gcc" => {
  161. inherit_from => [ "BASE_unix" ],
  162. CC => "gcc",
  163. CFLAGS => picker(debug => "-O0 -g",
  164. release => "-O3"),
  165. thread_scheme => "(unknown)",
  166. bn_ops => "BN_LLONG",
  167. },
  168. "cc" => {
  169. inherit_from => [ "BASE_unix" ],
  170. CC => "cc",
  171. CFLAGS => "-O",
  172. thread_scheme => "(unknown)",
  173. },
  174. #### VOS Configurations
  175. "vos-gcc" => {
  176. inherit_from => [ "BASE_unix" ],
  177. CC => "gcc",
  178. CFLAGS => picker(default => "-Wall",
  179. debug => "-O0 -g",
  180. release => "-O3"),
  181. cppflags => "-D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES",
  182. lib_cppflags => "-DB_ENDIAN",
  183. thread_scheme => "(unknown)",
  184. sys_id => "VOS",
  185. lflags => add("-Wl,-map"),
  186. bn_ops => "BN_LLONG",
  187. shared_extension => ".so",
  188. },
  189. #### Solaris configurations
  190. "solaris-common" => {
  191. inherit_from => [ "BASE_unix" ],
  192. template => 1,
  193. lib_cppflags => "-DFILIO_H",
  194. ex_libs => add("-lsocket -lnsl -ldl"),
  195. dso_scheme => "dlfcn",
  196. thread_scheme => "pthreads",
  197. shared_target => "solaris",
  198. shared_ldflag => "-Wl,-Bsymbolic",
  199. shared_defflag => "-Wl,-M,",
  200. shared_sonameflag=> "-Wl,-h,",
  201. },
  202. #### Solaris x86 with GNU C setups
  203. "solaris-x86-gcc" => {
  204. # NB. GNU C has to be configured to use GNU assembler, and not
  205. # /usr/ccs/bin/as. Failure to comply will result in compile
  206. # failures [at least] in 32-bit build.
  207. inherit_from => [ "solaris-common", asm("x86_elf_asm") ],
  208. CC => "gcc",
  209. CFLAGS => add_before(picker(default => "-Wall",
  210. debug => "-O0 -g",
  211. release => "-O3 -fomit-frame-pointer")),
  212. cflags => add(threads("-pthread")),
  213. lib_cppflags => add("-DL_ENDIAN"),
  214. ex_libs => add(threads("-pthread")),
  215. bn_ops => "BN_LLONG",
  216. shared_cflag => "-fPIC",
  217. shared_ldflag => add_before("-shared -static-libgcc"),
  218. },
  219. "solaris64-x86_64-gcc" => {
  220. # -shared -static-libgcc might appear controversial, but modules
  221. # taken from static libgcc do not have relocations and linking
  222. # them into our shared objects doesn't have any negative side
  223. # effects. On the contrary, doing so makes it possible to use
  224. # gcc shared build with Sun C. Given that gcc generates faster
  225. # code [thanks to inline assembler], I would actually recommend
  226. # to consider using gcc shared build even with vendor compiler:-)
  227. # -- <appro@openssl.org>
  228. inherit_from => [ "solaris-common", asm("x86_64_asm") ],
  229. CC => "gcc",
  230. CFLAGS => add_before(picker(default => "-Wall",
  231. debug => "-O0 -g",
  232. release => "-O3")),
  233. cflags => add_before("-m64", threads("-pthread")),
  234. lib_cppflags => add("-DL_ENDIAN"),
  235. ex_libs => add(threads("-pthread")),
  236. bn_ops => "SIXTY_FOUR_BIT_LONG",
  237. perlasm_scheme => "elf",
  238. shared_cflag => "-fPIC",
  239. shared_ldflag => add_before("-shared -static-libgcc"),
  240. multilib => "/64",
  241. },
  242. #### Solaris x86 with Sun C setups
  243. # There used to be solaris-x86-cc target, but it was removed,
  244. # primarily because vendor assembler can't assemble our modules
  245. # with -KPIC flag. As result it, assembly support, was not even
  246. # available as option. But its lack means lack of side-channel
  247. # resistant code, which is incompatible with security by todays
  248. # standards. Fortunately gcc is readily available prepackaged
  249. # option, which we can firmly point at...
  250. #
  251. # On related note, solaris64-x86_64-cc target won't compile code
  252. # paths utilizing AVX and post-Haswell instruction extensions.
  253. # Consider switching to solaris64-x86_64-gcc even here...
  254. #
  255. "solaris64-x86_64-cc" => {
  256. inherit_from => [ "solaris-common", asm("x86_64_asm") ],
  257. CC => "cc",
  258. CFLAGS => add_before(picker(debug => "-g",
  259. release => "-xO5 -xdepend -xbuiltin")),
  260. cflags => add_before("-xarch=generic64 -xstrconst -Xa"),
  261. cppflags => add(threads("-D_REENTRANT")),
  262. lib_cppflags => add("-DL_ENDIAN"),
  263. thread_scheme => "pthreads",
  264. lflags => add(threads("-mt")),
  265. ex_libs => add(threads("-lpthread")),
  266. bn_ops => "SIXTY_FOUR_BIT_LONG",
  267. perlasm_scheme => "elf",
  268. shared_cflag => "-KPIC",
  269. shared_ldflag => add_before("-G -dy -z text"),
  270. multilib => "/64",
  271. },
  272. #### SPARC Solaris with GNU C setups
  273. "solaris-sparcv7-gcc" => {
  274. inherit_from => [ "solaris-common" ],
  275. CC => "gcc",
  276. CFLAGS => add_before(picker(default => "-Wall",
  277. debug => "-O0 -g",
  278. release => "-O3")),
  279. cflags => add(threads("-pthread")),
  280. lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
  281. ex_libs => add(threads("-pthread")),
  282. bn_ops => "BN_LLONG RC4_CHAR",
  283. shared_cflag => "-fPIC",
  284. shared_ldflag => add_before("-shared"),
  285. },
  286. "solaris-sparcv8-gcc" => {
  287. inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv8_asm") ],
  288. cflags => add_before("-mcpu=v8"),
  289. },
  290. "solaris-sparcv9-gcc" => {
  291. # -m32 should be safe to add as long as driver recognizes
  292. # -mcpu=ultrasparc
  293. inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv9_asm") ],
  294. cflags => add_before("-m32 -mcpu=ultrasparc"),
  295. },
  296. "solaris64-sparcv9-gcc" => {
  297. inherit_from => [ "solaris-sparcv9-gcc" ],
  298. cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
  299. bn_ops => "BN_LLONG RC4_CHAR",
  300. multilib => "/64",
  301. },
  302. #### SPARC Solaris with Sun C setups
  303. # SC4.0 doesn't pass 'make test', upgrade to SC5.0 or SC4.2.
  304. # SC4.2 is ok, better than gcc even on bn as long as you tell it -xarch=v8
  305. # SC5.0 note: Compiler common patch 107357-01 or later is required!
  306. "solaris-sparcv7-cc" => {
  307. inherit_from => [ "solaris-common" ],
  308. CC => "cc",
  309. CFLAGS => add_before(picker(debug => "-g",
  310. release => "-xO5 -xdepend")),
  311. cflags => add_before("-xstrconst -Xa"),
  312. cppflags => add(threads("-D_REENTRANT")),
  313. lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
  314. lflags => add(threads("-mt")),
  315. ex_libs => add(threads("-lpthread")),
  316. bn_ops => "BN_LLONG RC4_CHAR",
  317. shared_cflag => "-KPIC",
  318. shared_ldflag => add_before("-G -dy -z text"),
  319. },
  320. ####
  321. "solaris-sparcv8-cc" => {
  322. inherit_from => [ "solaris-sparcv7-cc", asm("sparcv8_asm") ],
  323. cflags => add_before("-xarch=v8"),
  324. },
  325. "solaris-sparcv9-cc" => {
  326. inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
  327. cflags => add_before("-xarch=v8plus"),
  328. },
  329. "solaris64-sparcv9-cc" => {
  330. inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
  331. cflags => add_before("-xarch=v9"),
  332. bn_ops => "BN_LLONG RC4_CHAR",
  333. multilib => "/64",
  334. },
  335. #### IRIX 6.x configs
  336. # Only N32 and N64 ABIs are supported.
  337. "irix-common" => {
  338. inherit_from => [ "BASE_unix" ],
  339. template => 1,
  340. cppflags => threads("-D_SGI_MP_SOURCE"),
  341. lib_cppflags => "-DB_ENDIAN",
  342. ex_libs => add(threads("-lpthread")),
  343. thread_scheme => "pthreads",
  344. dso_scheme => "dlfcn",
  345. shared_target => "self",
  346. shared_ldflag => "-shared -Wl,-Bsymbolic",
  347. shared_sonameflag=> "-Wl,-soname,",
  348. },
  349. "irix-mips3-gcc" => {
  350. inherit_from => [ "irix-common", asm("mips64_asm") ],
  351. CC => "gcc",
  352. CFLAGS => picker(debug => "-g -O0",
  353. release => "-O3"),
  354. LDFLAGS => "-static-libgcc",
  355. cflags => "-mabi=n32",
  356. bn_ops => "RC4_CHAR SIXTY_FOUR_BIT",
  357. perlasm_scheme => "n32",
  358. multilib => "32",
  359. },
  360. "irix-mips3-cc" => {
  361. inherit_from => [ "irix-common", asm("mips64_asm") ],
  362. CC => "cc",
  363. CFLAGS => picker(debug => "-g -O0",
  364. release => "-O2"),
  365. cflags => "-n32 -mips3 -use_readonly_const -G0 -rdata_shared",
  366. bn_ops => "RC4_CHAR SIXTY_FOUR_BIT",
  367. perlasm_scheme => "n32",
  368. multilib => "32",
  369. },
  370. # N64 ABI builds.
  371. "irix64-mips4-gcc" => {
  372. inherit_from => [ "irix-common", asm("mips64_asm") ],
  373. CC => "gcc",
  374. CFLAGS => picker(debug => "-g -O0",
  375. release => "-O3"),
  376. LDFLAGS => "-static-libgcc",
  377. cflags => "-mabi=64 -mips4",
  378. bn_ops => "RC4_CHAR SIXTY_FOUR_BIT_LONG",
  379. perlasm_scheme => "64",
  380. multilib => "64",
  381. },
  382. "irix64-mips4-cc" => {
  383. inherit_from => [ "irix-common", asm("mips64_asm") ],
  384. CC => "cc",
  385. CFLAGS => picker(debug => "-g -O0",
  386. release => "-O2"),
  387. cflags => "-64 -mips4 -use_readonly_const -G0 -rdata_shared",
  388. bn_ops => "RC4_CHAR SIXTY_FOUR_BIT_LONG",
  389. perlasm_scheme => "64",
  390. multilib => "64",
  391. },
  392. #### Unified HP-UX ANSI C configs.
  393. # Special notes:
  394. # - Originally we were optimizing at +O4 level. It should be noted
  395. # that the only difference between +O3 and +O4 is global inter-
  396. # procedural analysis. As it has to be performed during the link
  397. # stage the compiler leaves behind certain pseudo-code in lib*.a
  398. # which might be release or even patch level specific. Generating
  399. # the machine code for and analyzing the *whole* program appears
  400. # to be *extremely* memory demanding while the performance gain is
  401. # actually questionable. The situation is intensified by the default
  402. # HP-UX data set size limit (infamous 'maxdsiz' tunable) of 64MB
  403. # which is way too low for +O4. In other words, doesn't +O3 make
  404. # more sense?
  405. # - Keep in mind that the HP compiler by default generates code
  406. # suitable for execution on the host you're currently compiling at.
  407. # If the toolkit is meant to be used on various PA-RISC processors
  408. # consider './Configure hpux-parisc-[g]cc +DAportable'.
  409. # - -DMD32_XARRAY triggers workaround for compiler bug we ran into in
  410. # 32-bit message digests. (For the moment of this writing) HP C
  411. # doesn't seem to "digest" too many local variables (they make "him"
  412. # chew forever:-). For more details look-up MD32_XARRAY comment in
  413. # crypto/sha/sha_lcl.h.
  414. # - originally there were 32-bit hpux-parisc2-* targets. They were
  415. # scrapped, because a) they were not interchangeable with other 32-bit
  416. # targets; b) performance-critical 32-bit assembly modules implement
  417. # even PA-RISC 2.0-specific code paths, which are chosen at run-time,
  418. # thus adequate performance is provided even with PA-RISC 1.1 build.
  419. "hpux-common" => {
  420. inherit_from => [ "BASE_unix" ],
  421. template => 1,
  422. defines => add("_XOPEN_SOURCE", "_XOPEN_SOURCE_EXTENDED",
  423. "_HPUX_ALT_XOPEN_SOCKET_API"),
  424. lib_cppflags => "-DB_ENDIAN",
  425. thread_scheme => "pthreads",
  426. dso_scheme => "dlfcn", # overridden in 32-bit PA-RISC builds
  427. shared_target => "self",
  428. bin_lflags => "-Wl,+s,+cdp,../:,+cdp,./:",
  429. shared_ldflag => "-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+cdp,../:,+cdp,./:",
  430. shared_sonameflag=> "-Wl,+h,",
  431. },
  432. "hpux-parisc-gcc" => {
  433. inherit_from => [ "hpux-common" ],
  434. CC => "gcc",
  435. CFLAGS => picker(debug => "-O0 -g",
  436. release => "-O3"),
  437. cflags => add(threads("-pthread")),
  438. lib_cppflags => add("-DBN_DIV2W"),
  439. ex_libs => add("-ldld", threads("-pthread")),
  440. bn_ops => "BN_LLONG RC4_CHAR",
  441. dso_scheme => "dl",
  442. shared_cflag => "-fPIC",
  443. shared_ldflag => add_before("-shared"),
  444. shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
  445. },
  446. "hpux-parisc1_1-gcc" => {
  447. inherit_from => [ "hpux-parisc-gcc", asm("parisc11_asm") ],
  448. multilib => "/pa1.1",
  449. },
  450. "hpux64-parisc2-gcc" => {
  451. inherit_from => [ "hpux-common", asm("parisc20_64_asm") ],
  452. CC => "gcc",
  453. CFLAGS => combine(picker(debug => "-O0 -g",
  454. release => "-O3")),
  455. cflags => add(threads("-pthread")),
  456. ex_libs => add("-ldl", threads("-pthread")),
  457. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  458. shared_cflag => "-fpic",
  459. shared_ldflag => add_before("-shared"),
  460. shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
  461. multilib => "/pa20_64",
  462. },
  463. # More attempts at unified 10.X and 11.X targets for HP C compiler.
  464. "hpux-parisc-cc" => {
  465. inherit_from => [ "hpux-common" ],
  466. CC => "cc",
  467. CFLAGS => picker(debug => "+O0 +d -g",
  468. release => "+O3"),
  469. cflags => "+Optrs_strongly_typed -Ae +ESlit",
  470. cppflags => threads("-D_REENTRANT"),
  471. lib_cppflags => add("-DBN_DIV2W -DMD32_XARRAY"),
  472. ex_libs => add("-ldld", threads("-lpthread")),
  473. bn_ops => "RC4_CHAR",
  474. dso_scheme => "dl",
  475. shared_cflag => "+Z",
  476. shared_ldflag => add_before("-b"),
  477. shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
  478. },
  479. "hpux-parisc1_1-cc" => {
  480. inherit_from => [ "hpux-parisc-cc", asm("parisc11_asm") ],
  481. cflags => add_before("+DA1.1"),
  482. multilib => "/pa1.1",
  483. },
  484. "hpux64-parisc2-cc" => {
  485. inherit_from => [ "hpux-common", asm("parisc20_64_asm") ],
  486. CC => "cc",
  487. CFLAGS => picker(debug => "+O0 +d -g",
  488. release => "+O3") ,
  489. cflags => "+DD64 +Optrs_strongly_typed -Ae +ESlit",
  490. cppflags => threads("-D_REENTRANT") ,
  491. lib_cppflags => add("-DMD32_XARRAY"),
  492. ex_libs => add("-ldl", threads("-lpthread")),
  493. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  494. shared_cflag => "+Z",
  495. shared_ldflag => add_before("-b"),
  496. shared_extension => ".sl.\$(SHLIB_VERSION_NUMBER)",
  497. multilib => "/pa20_64",
  498. },
  499. # HP/UX IA-64 targets
  500. "hpux-ia64-cc" => {
  501. inherit_from => [ "hpux-common", asm("ia64_asm") ],
  502. CC => "cc",
  503. CFLAGS => picker(debug => "+O0 +d -g",
  504. release => "+O2"),
  505. cflags => "-Ae +DD32 +Olit=all -z",
  506. cppflags => add(threads("-D_REENTRANT")),
  507. ex_libs => add("-ldl", threads("-lpthread")),
  508. bn_ops => "SIXTY_FOUR_BIT",
  509. shared_cflag => "+Z",
  510. shared_ldflag => add_before("-b"),
  511. multilib => "/hpux32",
  512. },
  513. "hpux64-ia64-cc" => {
  514. inherit_from => [ "hpux-common", asm("ia64_asm") ],
  515. CC => "cc",
  516. CFLAGS => picker(debug => "+O0 +d -g",
  517. release => "+O3"),
  518. cflags => "-Ae +DD64 +Olit=all -z",
  519. cppflags => threads("-D_REENTRANT"),
  520. ex_libs => add("-ldl", threads("-lpthread")),
  521. bn_ops => "SIXTY_FOUR_BIT_LONG",
  522. shared_cflag => "+Z",
  523. shared_ldflag => add_before("-b"),
  524. multilib => "/hpux64",
  525. },
  526. # GCC builds...
  527. "hpux-ia64-gcc" => {
  528. inherit_from => [ "hpux-common", asm("ia64_asm") ],
  529. CC => "gcc",
  530. CFLAGS => picker(debug => "-O0 -g",
  531. release => "-O3"),
  532. cflags => add(threads("-pthread")),
  533. ex_libs => add("-ldl", threads("-pthread")),
  534. bn_ops => "SIXTY_FOUR_BIT",
  535. shared_cflag => "-fpic",
  536. shared_ldflag => add_before("-shared"),
  537. multilib => "/hpux32",
  538. },
  539. "hpux64-ia64-gcc" => {
  540. inherit_from => [ "hpux-common", asm("ia64_asm") ],
  541. CC => "gcc",
  542. CFLAGS => picker(debug => "-O0 -g",
  543. release => "-O3"),
  544. cflags => combine("-mlp64", threads("-pthread")),
  545. ex_libs => add("-ldl", threads("-pthread")),
  546. bn_ops => "SIXTY_FOUR_BIT_LONG",
  547. shared_cflag => "-fpic",
  548. shared_ldflag => add_before("-shared"),
  549. multilib => "/hpux64",
  550. },
  551. #### HP MPE/iX http://jazz.external.hp.com/src/openssl/
  552. "MPE/iX-gcc" => {
  553. inherit_from => [ "BASE_unix" ],
  554. CC => "gcc",
  555. CFLAGS => "-O3",
  556. cppflags => "-D_POSIX_SOURCE -D_SOCKET_SOURCE",
  557. includes => [ "/SYSLOG/PUB" ],
  558. lib_cppflags => "-DBN_DIV2W",
  559. sys_id => "MPE",
  560. lflags => add("-L/SYSLOG/PUB"),
  561. ex_libs => add("-lsyslog -lsocket -lcurses"),
  562. thread_scheme => "(unknown)",
  563. bn_ops => "BN_LLONG",
  564. },
  565. #### DEC Alpha Tru64 targets. Tru64 is marketing name for OSF/1 version 4
  566. #### and forward. In reality 'uname -s' still returns "OSF1". Originally
  567. #### there were even osf1-* configs targeting prior versions provided,
  568. #### but not anymore...
  569. "tru64-alpha-gcc" => {
  570. inherit_from => [ "BASE_unix", asm("alpha_asm") ],
  571. CC => "gcc",
  572. CFLAGS => "-O3",
  573. cflags => add("-std=c9x", threads("-pthread")),
  574. cppflags => "-D_XOPEN_SOURCE=500 -D_OSF_SOURCE",
  575. ex_libs => add("-lrt", threads("-pthread")), # for mlock(2)
  576. bn_ops => "SIXTY_FOUR_BIT_LONG",
  577. thread_scheme => "pthreads",
  578. dso_scheme => "dlfcn",
  579. shared_target => "alpha-osf1-shared",
  580. shared_extension => ".so",
  581. },
  582. "tru64-alpha-cc" => {
  583. inherit_from => [ "BASE_unix", asm("alpha_asm") ],
  584. CC => "cc",
  585. CFLAGS => "-tune host -fast",
  586. cflags => add("-std1 -readonly_strings",
  587. threads("-pthread")),
  588. cppflags => "-D_XOPEN_SOURCE=500 -D_OSF_SOURCE",
  589. ex_libs => add("-lrt", threads("-pthread")), # for mlock(2)
  590. bn_ops => "SIXTY_FOUR_BIT_LONG",
  591. thread_scheme => "pthreads",
  592. dso_scheme => "dlfcn",
  593. shared_target => "alpha-osf1-shared",
  594. shared_ldflag => "-msym",
  595. shared_extension => ".so",
  596. },
  597. ####
  598. #### Variety of LINUX:-)
  599. ####
  600. # *-generic* is endian-neutral target, but ./config is free to
  601. # throw in -D[BL]_ENDIAN, whichever appropriate...
  602. "linux-generic32" => {
  603. inherit_from => [ "BASE_unix" ],
  604. CC => "gcc",
  605. CXX => "g++",
  606. CFLAGS => picker(default => "-Wall",
  607. debug => "-O0 -g",
  608. release => "-O3"),
  609. CXXFLAGS => picker(default => "-Wall",
  610. debug => "-O0 -g",
  611. release => "-O3"),
  612. cflags => threads("-pthread"),
  613. cxxflags => combine("-std=c++11", threads("-pthread")),
  614. lib_cppflags => "-DOPENSSL_USE_NODELETE",
  615. ex_libs => add("-ldl", threads("-pthread")),
  616. bn_ops => "BN_LLONG RC4_CHAR",
  617. thread_scheme => "pthreads",
  618. dso_scheme => "dlfcn",
  619. shared_target => "linux-shared",
  620. shared_cflag => "-fPIC",
  621. shared_ldflag => sub { $disabled{pinshared} ? () : "-Wl,-znodelete" },
  622. enable => [ "afalgeng" ],
  623. },
  624. "linux-generic64" => {
  625. inherit_from => [ "linux-generic32" ],
  626. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  627. },
  628. "linux-ppc" => {
  629. inherit_from => [ "linux-generic32", asm("ppc32_asm") ],
  630. perlasm_scheme => "linux32",
  631. },
  632. "linux-ppc64" => {
  633. inherit_from => [ "linux-generic64", asm("ppc64_asm") ],
  634. cflags => add("-m64"),
  635. cxxflags => add("-m64"),
  636. lib_cppflags => add("-DB_ENDIAN"),
  637. perlasm_scheme => "linux64",
  638. multilib => "64",
  639. },
  640. "linux-ppc64le" => {
  641. inherit_from => [ "linux-generic64", asm("ppc64_asm") ],
  642. cflags => add("-m64"),
  643. cxxflags => add("-m64"),
  644. lib_cppflags => add("-DL_ENDIAN"),
  645. perlasm_scheme => "linux64le",
  646. },
  647. "linux-armv4" => {
  648. ################################################################
  649. # Note that -march is not among compiler options in linux-armv4
  650. # target description. Not specifying one is intentional to give
  651. # you choice to:
  652. #
  653. # a) rely on your compiler default by not specifying one;
  654. # b) specify your target platform explicitly for optimal
  655. # performance, e.g. -march=armv6 or -march=armv7-a;
  656. # c) build "universal" binary that targets *range* of platforms
  657. # by specifying minimum and maximum supported architecture;
  658. #
  659. # As for c) option. It actually makes no sense to specify
  660. # maximum to be less than ARMv7, because it's the least
  661. # requirement for run-time switch between platform-specific
  662. # code paths. And without run-time switch performance would be
  663. # equivalent to one for minimum. Secondly, there are some
  664. # natural limitations that you'd have to accept and respect.
  665. # Most notably you can *not* build "universal" binary for
  666. # big-endian platform. This is because ARMv7 processor always
  667. # picks instructions in little-endian order. Another similar
  668. # limitation is that -mthumb can't "cross" -march=armv6t2
  669. # boundary, because that's where it became Thumb-2. Well, this
  670. # limitation is a bit artificial, because it's not really
  671. # impossible, but it's deemed too tricky to support. And of
  672. # course you have to be sure that your binutils are actually
  673. # up to the task of handling maximum target platform. With all
  674. # this in mind here is an example of how to configure
  675. # "universal" build:
  676. #
  677. # ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8
  678. #
  679. inherit_from => [ "linux-generic32", asm("armv4_asm") ],
  680. perlasm_scheme => "linux32",
  681. },
  682. "linux-aarch64" => {
  683. inherit_from => [ "linux-generic64", asm("aarch64_asm") ],
  684. perlasm_scheme => "linux64",
  685. },
  686. "linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
  687. inherit_from => [ "linux-generic32", asm("aarch64_asm") ],
  688. cflags => add("-mabi=ilp32"),
  689. cxxflags => add("-mabi=ilp32"),
  690. bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
  691. perlasm_scheme => "linux64",
  692. },
  693. "linux-mips32" => {
  694. # Configure script adds minimally required -march for assembly
  695. # support, if no -march was specified at command line.
  696. inherit_from => [ "linux-generic32", asm("mips32_asm") ],
  697. cflags => add("-mabi=32"),
  698. cxxflags => add("-mabi=32"),
  699. perlasm_scheme => "o32",
  700. },
  701. # mips32 and mips64 below refer to contemporary MIPS Architecture
  702. # specifications, MIPS32 and MIPS64, rather than to kernel bitness.
  703. "linux-mips64" => {
  704. inherit_from => [ "linux-generic32", asm("mips64_asm") ],
  705. cflags => add("-mabi=n32"),
  706. cxxflags => add("-mabi=n32"),
  707. bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
  708. perlasm_scheme => "n32",
  709. multilib => "32",
  710. },
  711. "linux64-mips64" => {
  712. inherit_from => [ "linux-generic64", asm("mips64_asm") ],
  713. cflags => add("-mabi=64"),
  714. cxxflags => add("-mabi=64"),
  715. perlasm_scheme => "64",
  716. multilib => "64",
  717. },
  718. #### IA-32 targets...
  719. #### These two targets are a bit aged and are to be used on older Linux
  720. #### machines where gcc doesn't understand -m32 and -m64
  721. "linux-elf" => {
  722. inherit_from => [ "linux-generic32", asm("x86_elf_asm") ],
  723. CFLAGS => add(picker(release => "-fomit-frame-pointer")),
  724. lib_cppflags => add("-DL_ENDIAN"),
  725. bn_ops => "BN_LLONG",
  726. },
  727. "linux-aout" => {
  728. inherit_from => [ "BASE_unix", asm("x86_asm") ],
  729. CC => "gcc",
  730. CFLAGS => add(picker(default => "-Wall",
  731. debug => "-O0 -g",
  732. release => "-O3 -fomit-frame-pointer")),
  733. lib_cppflags => add("-DL_ENDIAN"),
  734. bn_ops => "BN_LLONG",
  735. thread_scheme => "(unknown)",
  736. perlasm_scheme => "a.out",
  737. },
  738. #### X86 / X86_64 targets
  739. "linux-x86" => {
  740. inherit_from => [ "linux-generic32", asm("x86_asm") ],
  741. CFLAGS => add(picker(release => "-fomit-frame-pointer")),
  742. cflags => add("-m32"),
  743. cxxflags => add("-m32"),
  744. lib_cppflags => add("-DL_ENDIAN"),
  745. bn_ops => "BN_LLONG",
  746. perlasm_scheme => "elf",
  747. },
  748. "linux-x86-clang" => {
  749. inherit_from => [ "linux-x86" ],
  750. CC => "clang",
  751. CXX => "clang++",
  752. },
  753. "linux-x86_64" => {
  754. inherit_from => [ "linux-generic64", asm("x86_64_asm") ],
  755. cflags => add("-m64"),
  756. cxxflags => add("-m64"),
  757. lib_cppflags => add("-DL_ENDIAN"),
  758. bn_ops => "SIXTY_FOUR_BIT_LONG",
  759. perlasm_scheme => "elf",
  760. multilib => "64",
  761. },
  762. "linux-x86_64-clang" => {
  763. inherit_from => [ "linux-x86_64" ],
  764. CC => "clang",
  765. CXX => "clang++",
  766. },
  767. "linux-x32" => {
  768. inherit_from => [ "linux-generic32", asm("x86_64_asm") ],
  769. cflags => add("-mx32"),
  770. cxxflags => add("-mx32"),
  771. lib_cppflags => add("-DL_ENDIAN"),
  772. bn_ops => "SIXTY_FOUR_BIT",
  773. perlasm_scheme => "elf32",
  774. multilib => "x32",
  775. },
  776. "linux-ia64" => {
  777. inherit_from => [ "linux-generic64", asm("ia64_asm") ],
  778. bn_ops => "SIXTY_FOUR_BIT_LONG",
  779. },
  780. "linux64-s390x" => {
  781. inherit_from => [ "linux-generic64", asm("s390x_asm") ],
  782. cflags => add("-m64"),
  783. cxxflags => add("-m64"),
  784. lib_cppflags => add("-DB_ENDIAN"),
  785. perlasm_scheme => "64",
  786. multilib => "64",
  787. },
  788. "linux32-s390x" => {
  789. #### So called "highgprs" target for z/Architecture CPUs
  790. # "Highgprs" is kernel feature first implemented in Linux
  791. # 2.6.32, see /proc/cpuinfo. The idea is to preserve most
  792. # significant bits of general purpose registers not only
  793. # upon 32-bit process context switch, but even on
  794. # asynchronous signal delivery to such process. This makes
  795. # it possible to deploy 64-bit instructions even in legacy
  796. # application context and achieve better [or should we say
  797. # adequate] performance. The build is binary compatible with
  798. # linux-generic32, and the idea is to be able to install the
  799. # resulting libcrypto.so alongside generic one, e.g. as
  800. # /lib/highgprs/libcrypto.so.x.y, for ldconfig and run-time
  801. # linker to autodiscover. Unfortunately it doesn't work just
  802. # yet, because of couple of bugs in glibc
  803. # sysdeps/s390/dl-procinfo.c affecting ldconfig and ld.so.1...
  804. #
  805. inherit_from => [ "linux-generic32", asm("s390x_asm") ],
  806. cflags => add("-m31 -Wa,-mzarch"),
  807. cxxflags => add("-m31 -Wa,-mzarch"),
  808. lib_cppflags => add("-DB_ENDIAN"),
  809. bn_asm_src => sub { my $r=join(" ",@_); $r=~s|asm/s390x\.S|bn_asm.c|; $r; },
  810. perlasm_scheme => "31",
  811. multilib => "/highgprs",
  812. },
  813. #### SPARC Linux setups
  814. "linux-sparcv8" => {
  815. inherit_from => [ "linux-generic32", asm("sparcv8_asm") ],
  816. cflags => add("-mcpu=v8"),
  817. cxxflags => add("-mcpu=v8"),
  818. lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
  819. },
  820. "linux-sparcv9" => {
  821. # it's a real mess with -mcpu=ultrasparc option under Linux,
  822. # but -Wa,-Av8plus should do the trick no matter what.
  823. inherit_from => [ "linux-generic32", asm("sparcv9_asm") ],
  824. cflags => add("-m32 -mcpu=ultrasparc -Wa,-Av8plus"),
  825. cxxflags => add("-m32 -mcpu=ultrasparc -Wa,-Av8plus"),
  826. lib_cppflags => add("-DB_ENDIAN -DBN_DIV2W"),
  827. },
  828. "linux64-sparcv9" => {
  829. # GCC 3.1 is a requirement
  830. inherit_from => [ "linux-generic64", asm("sparcv9_asm") ],
  831. cflags => add("-m64 -mcpu=ultrasparc"),
  832. cxxflags => add("-m64 -mcpu=ultrasparc"),
  833. lib_cppflags => add("-DB_ENDIAN"),
  834. bn_ops => "BN_LLONG RC4_CHAR",
  835. multilib => "64",
  836. },
  837. "linux-alpha-gcc" => {
  838. inherit_from => [ "linux-generic64", asm("alpha_asm") ],
  839. lib_cppflags => add("-DL_ENDIAN"),
  840. bn_ops => "SIXTY_FOUR_BIT_LONG",
  841. },
  842. "linux-c64xplus" => {
  843. inherit_from => [ "BASE_unix" ],
  844. # TI_CGT_C6000_7.3.x is a requirement
  845. CC => "cl6x",
  846. CFLAGS => "-o2 -ox -ms",
  847. cflags => "--linux -ea=.s -eo=.o -mv6400+ -pden",
  848. cxxflags => "--linux -ea=.s -eo=.o -mv6400+ -pden",
  849. cppflags => combine("-DOPENSSL_SMALL_FOOTPRINT",
  850. threads("-D_REENTRANT")),
  851. bn_ops => "BN_LLONG",
  852. cpuid_asm_src => "c64xpluscpuid.s",
  853. bn_asm_src => "asm/bn-c64xplus.asm c64xplus-gf2m.s",
  854. aes_asm_src => "aes-c64xplus.s aes_cbc.c aes-ctr.fake",
  855. sha1_asm_src => "sha1-c64xplus.s sha256-c64xplus.s sha512-c64xplus.s",
  856. rc4_asm_src => "rc4-c64xplus.s",
  857. modes_asm_src => "ghash-c64xplus.s",
  858. chacha_asm_src => "chacha-c64xplus.s",
  859. poly1305_asm_src => "poly1305-c64xplus.s",
  860. thread_scheme => "pthreads",
  861. perlasm_scheme => "void",
  862. dso_scheme => "dlfcn",
  863. shared_target => "linux-shared",
  864. shared_cflag => "--pic",
  865. shared_ldflag => add("-z --sysv --shared"),
  866. ranlib => "true",
  867. },
  868. #### *BSD
  869. "BSD-generic32" => {
  870. # As for thread cflag. Idea is to maintain "collective" set of
  871. # flags, which would cover all BSD flavors. -pthread applies
  872. # to them all, but is treated differently. OpenBSD expands is
  873. # as -D_POSIX_THREAD -lc_r, which is sufficient. FreeBSD 4.x
  874. # expands it as -lc_r, which has to be accompanied by explicit
  875. # -D_THREAD_SAFE and sometimes -D_REENTRANT. FreeBSD 5.x
  876. # expands it as -lc_r, which seems to be sufficient?
  877. inherit_from => [ "BASE_unix" ],
  878. CC => "cc",
  879. CFLAGS => picker(default => "-Wall",
  880. debug => "-O0 -g",
  881. release => "-O3"),
  882. cflags => threads("-pthread"),
  883. cppflags => threads("-D_THREAD_SAFE -D_REENTRANT"),
  884. ex_libs => add(threads("-pthread")),
  885. enable => add("devcryptoeng"),
  886. bn_ops => "BN_LLONG",
  887. thread_scheme => "pthreads",
  888. dso_scheme => "dlfcn",
  889. shared_target => "bsd-gcc-shared",
  890. shared_cflag => "-fPIC",
  891. },
  892. "BSD-generic64" => {
  893. inherit_from => [ "BSD-generic32" ],
  894. bn_ops => "SIXTY_FOUR_BIT_LONG",
  895. },
  896. "BSD-x86" => {
  897. inherit_from => [ "BSD-generic32", asm("x86_asm") ],
  898. CFLAGS => add(picker(release => "-fomit-frame-pointer")),
  899. lib_cppflags => add("-DL_ENDIAN"),
  900. bn_ops => "BN_LLONG",
  901. shared_target => "bsd-shared",
  902. perlasm_scheme => "a.out",
  903. },
  904. "BSD-x86-elf" => {
  905. inherit_from => [ "BSD-x86" ],
  906. perlasm_scheme => "elf",
  907. },
  908. "BSD-sparcv8" => {
  909. inherit_from => [ "BSD-generic32", asm("sparcv8_asm") ],
  910. cflags => add("-mcpu=v8"),
  911. lib_cppflags => add("-DB_ENDIAN"),
  912. },
  913. "BSD-sparc64" => {
  914. # -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
  915. # simply *happens* to work around a compiler bug in gcc 3.3.3,
  916. # triggered by RIPEMD160 code.
  917. inherit_from => [ "BSD-generic64", asm("sparcv9_asm") ],
  918. lib_cppflags => add("-DB_ENDIAN -DMD32_REG_T=int"),
  919. bn_ops => "BN_LLONG",
  920. },
  921. "BSD-ia64" => {
  922. inherit_from => [ "BSD-generic64", asm("ia64_asm") ],
  923. lib_cppflags => add("-DL_ENDIAN"),
  924. bn_ops => "SIXTY_FOUR_BIT_LONG",
  925. },
  926. "BSD-x86_64" => {
  927. inherit_from => [ "BSD-generic64", asm("x86_64_asm") ],
  928. lib_cppflags => add("-DL_ENDIAN"),
  929. bn_ops => "SIXTY_FOUR_BIT_LONG",
  930. perlasm_scheme => "elf",
  931. },
  932. "bsdi-elf-gcc" => {
  933. inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
  934. CC => "gcc",
  935. CFLAGS => "-fomit-frame-pointer -O3 -Wall",
  936. lib_cppflags => "-DPERL5 -DL_ENDIAN",
  937. ex_libs => add("-ldl"),
  938. bn_ops => "BN_LLONG",
  939. thread_scheme => "(unknown)",
  940. dso_scheme => "dlfcn",
  941. shared_target => "bsd-gcc-shared",
  942. shared_cflag => "-fPIC",
  943. },
  944. "nextstep" => {
  945. inherit_from => [ "BASE_unix" ],
  946. CC => "cc",
  947. CFLAGS => "-O -Wall",
  948. unistd => "<libc.h>",
  949. bn_ops => "BN_LLONG",
  950. thread_scheme => "(unknown)",
  951. },
  952. "nextstep3.3" => {
  953. inherit_from => [ "BASE_unix" ],
  954. CC => "cc",
  955. CFLAGS => "-O3 -Wall",
  956. unistd => "<libc.h>",
  957. bn_ops => "BN_LLONG",
  958. thread_scheme => "(unknown)",
  959. },
  960. #### SCO/Caldera targets.
  961. #
  962. # Originally we had like unixware-*, unixware-*-pentium, unixware-*-p6, etc.
  963. # Now we only have blended unixware-* as it's the only one used by ./config.
  964. # If you want to optimize for particular microarchitecture, bypass ./config
  965. # and './Configure unixware-7 -Kpentium_pro' or whatever appropriate.
  966. # Note that not all targets include assembler support. Mostly because of
  967. # lack of motivation to support out-of-date platforms with out-of-date
  968. # compiler drivers and assemblers.
  969. #
  970. # UnixWare 2.0x fails destest with -O.
  971. "unixware-2.0" => {
  972. inherit_from => [ "BASE_unix" ],
  973. CC => "cc",
  974. cflags => threads("-Kthread"),
  975. lib_cppflags => "-DFILIO_H -DNO_STRINGS_H",
  976. ex_libs => add("-lsocket -lnsl -lresolv -lx"),
  977. thread_scheme => "uithreads",
  978. },
  979. "unixware-2.1" => {
  980. inherit_from => [ "BASE_unix" ],
  981. CC => "cc",
  982. CFLAGS => "-O",
  983. cflags => threads("-Kthread"),
  984. lib_cppflags => "-DFILIO_H",
  985. ex_libs => add("-lsocket -lnsl -lresolv -lx"),
  986. thread_scheme => "uithreads",
  987. },
  988. "unixware-7" => {
  989. inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
  990. CC => "cc",
  991. CFLAGS => "-O",
  992. cflags => combine("-Kalloca", threads("-Kthread")),
  993. lib_cppflags => "-DFILIO_H",
  994. ex_libs => add("-lsocket -lnsl"),
  995. thread_scheme => "uithreads",
  996. bn_ops => "BN_LLONG",
  997. perlasm_scheme => "elf-1",
  998. dso_scheme => "dlfcn",
  999. shared_target => "svr5-shared",
  1000. shared_cflag => "-Kpic",
  1001. },
  1002. "unixware-7-gcc" => {
  1003. inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
  1004. CC => "gcc",
  1005. CFLAGS => "-O3 -fomit-frame-pointer -Wall",
  1006. cppflags => add(threads("-D_REENTRANT")),
  1007. lib_cppflags => add("-DL_ENDIAN -DFILIO_H"),
  1008. ex_libs => add("-lsocket -lnsl"),
  1009. bn_ops => "BN_LLONG",
  1010. thread_scheme => "pthreads",
  1011. perlasm_scheme => "elf-1",
  1012. dso_scheme => "dlfcn",
  1013. shared_target => "gnu-shared",
  1014. shared_cflag => "-fPIC",
  1015. },
  1016. # SCO 5 - Ben Laurie says the -O breaks the SCO cc.
  1017. "sco5-cc" => {
  1018. inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
  1019. cc => "cc",
  1020. cflags => "-belf",
  1021. ex_libs => add("-lsocket -lnsl"),
  1022. thread_scheme => "(unknown)",
  1023. perlasm_scheme => "elf-1",
  1024. dso_scheme => "dlfcn",
  1025. shared_target => "svr3-shared",
  1026. shared_cflag => "-Kpic",
  1027. },
  1028. "sco5-gcc" => {
  1029. inherit_from => [ "BASE_unix", asm("x86_elf_asm") ],
  1030. cc => "gcc",
  1031. cflags => "-O3 -fomit-frame-pointer",
  1032. ex_libs => add("-lsocket -lnsl"),
  1033. bn_ops => "BN_LLONG",
  1034. thread_scheme => "(unknown)",
  1035. perlasm_scheme => "elf-1",
  1036. dso_scheme => "dlfcn",
  1037. shared_target => "svr3-shared",
  1038. shared_cflag => "-fPIC",
  1039. },
  1040. #### IBM's AIX.
  1041. # Below targets assume AIX >=5. Caveat lector. If you are accustomed
  1042. # to control compilation "bitness" by setting $OBJECT_MODE environment
  1043. # variable, then you should know that in OpenSSL case it's considered
  1044. # only in ./config. Once configured, build procedure remains "deaf" to
  1045. # current value of $OBJECT_MODE.
  1046. "aix-common" => {
  1047. inherit_from => [ "BASE_unix" ],
  1048. template => 1,
  1049. sys_id => "AIX",
  1050. lib_cppflags => "-DB_ENDIAN",
  1051. lflags => "-Wl,-bsvr4",
  1052. thread_scheme => "pthreads",
  1053. dso_scheme => "dlfcn",
  1054. shared_target => "aix",
  1055. module_ldflags => "-Wl,-G,-bsymbolic,-bexpall",
  1056. shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry",
  1057. shared_defflag => "-Wl,-bE:",
  1058. perl_platform => 'AIX',
  1059. },
  1060. "aix-gcc" => {
  1061. inherit_from => [ "aix-common", asm("ppc32_asm") ],
  1062. CC => "gcc",
  1063. CFLAGS => picker(debug => "-O0 -g",
  1064. release => "-O"),
  1065. cflags => add(threads("-pthread")),
  1066. ex_libs => threads("-pthread"),
  1067. bn_ops => "BN_LLONG RC4_CHAR",
  1068. perlasm_scheme => "aix32",
  1069. shared_ldflag => add_before("-shared -static-libgcc"),
  1070. AR => add("-X32"),
  1071. RANLIB => add("-X32"),
  1072. },
  1073. "aix64-gcc" => {
  1074. inherit_from => [ "aix-common", asm("ppc64_asm") ],
  1075. CC => "gcc",
  1076. CFLAGS => picker(debug => "-O0 -g",
  1077. release => "-O"),
  1078. cflags => combine("-maix64", threads("-pthread")),
  1079. ex_libs => threads("-pthread"),
  1080. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  1081. perlasm_scheme => "aix64",
  1082. shared_ldflag => add_before("-shared -static-libgcc"),
  1083. shared_extension => "64.so.\$(SHLIB_VERSION_NUMBER)",
  1084. AR => add("-X64"),
  1085. RANLIB => add("-X64"),
  1086. },
  1087. "aix-cc" => {
  1088. inherit_from => [ "aix-common", asm("ppc32_asm") ],
  1089. CC => "cc",
  1090. CFLAGS => picker(debug => "-O0 -g",
  1091. release => "-O"),
  1092. cflags => combine("-q32 -qmaxmem=16384 -qro -qroconst",
  1093. threads("-qthreaded")),
  1094. cppflags => threads("-D_THREAD_SAFE"),
  1095. ex_libs => threads("-lpthreads"),
  1096. bn_ops => "BN_LLONG RC4_CHAR",
  1097. perlasm_scheme => "aix32",
  1098. shared_cflag => "-qpic",
  1099. AR => add("-X32"),
  1100. RANLIB => add("-X32"),
  1101. },
  1102. "aix64-cc" => {
  1103. inherit_from => [ "aix-common", asm("ppc64_asm") ],
  1104. CC => "cc",
  1105. CFLAGS => picker(debug => "-O0 -g",
  1106. release => "-O"),
  1107. cflags => combine("-q64 -qmaxmem=16384 -qro -qroconst",
  1108. threads("-qthreaded")),
  1109. cppflags => threads("-D_THREAD_SAFE"),
  1110. ex_libs => threads("-lpthreads"),
  1111. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  1112. perlasm_scheme => "aix64",
  1113. dso_scheme => "dlfcn",
  1114. shared_cflag => "-qpic",
  1115. shared_extension => "64.so.\$(SHLIB_VERSION_NUMBER)",
  1116. AR => add("-X64"),
  1117. RANLIB => add("-X64"),
  1118. },
  1119. # SIEMENS BS2000/OSD: an EBCDIC-based mainframe
  1120. "BS2000-OSD" => {
  1121. inherit_from => [ "BASE_unix" ],
  1122. CC => "c89",
  1123. CFLAGS => "-O",
  1124. cflags => "-XLLML -XLLMK -XL",
  1125. cppflags => "-DCHARSET_EBCDIC",
  1126. lib_cppflags => "-DB_ENDIAN",
  1127. ex_libs => add("-lsocket -lnsl"),
  1128. bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
  1129. thread_scheme => "(unknown)",
  1130. },
  1131. #### Visual C targets
  1132. #
  1133. # Win64 targets, WIN64I denotes IA-64/Itanium and WIN64A - AMD64
  1134. #
  1135. # Note about /wd4090, disable warning C4090. This warning returns false
  1136. # positives in some situations. Disabling it altogether masks both
  1137. # legitimate and false cases, but as we compile on multiple platforms,
  1138. # we rely on other compilers to catch legitimate cases.
  1139. #
  1140. # Also note that we force threads no matter what. Configuring "no-threads"
  1141. # is ignored.
  1142. #
  1143. # UNICODE is defined in VC-common and applies to all targets. It used to
  1144. # be an opt-in option for VC-WIN32, but not anymore. The original reason
  1145. # was because ANSI API was *native* system interface for no longer
  1146. # supported Windows 9x. Keep in mind that UNICODE only affects how
  1147. # OpenSSL libraries interact with underlying OS, it doesn't affect API
  1148. # that OpenSSL presents to application.
  1149. "VC-common" => {
  1150. inherit_from => [ "BASE_Windows" ],
  1151. template => 1,
  1152. CC => "cl",
  1153. CPP => '$(CC) /EP /C',
  1154. CFLAGS => "/W3 /wd4090 /nologo",
  1155. LDFLAGS => add("/debug"),
  1156. coutflag => "/Fo",
  1157. defines => add("OPENSSL_SYS_WIN32", "WIN32_LEAN_AND_MEAN",
  1158. "UNICODE", "_UNICODE",
  1159. "_CRT_SECURE_NO_DEPRECATE",
  1160. "_WINSOCK_DEPRECATED_NO_WARNINGS"),
  1161. lib_cflags => add("/Zi /Fdossl_static.pdb"),
  1162. lib_defines => add("L_ENDIAN"),
  1163. dso_cflags => "/Zi /Fddso.pdb",
  1164. bin_cflags => "/Zi /Fdapp.pdb",
  1165. # def_flag made to empty string so a .def file gets generated
  1166. shared_defflag => '',
  1167. shared_ldflag => "/dll",
  1168. shared_target => "win-shared", # meaningless except it gives Configure a hint
  1169. thread_scheme => "winthreads",
  1170. dso_scheme => "win32",
  1171. apps_aux_src => add("win32_init.c"),
  1172. bn_ops => "EXPORT_VAR_AS_FN",
  1173. perl_platform => 'Windows::MSVC',
  1174. # additional parameter to build_scheme denotes install-path "flavour"
  1175. build_scheme => add("VC-common", { separator => undef }),
  1176. },
  1177. "VC-noCE-common" => {
  1178. inherit_from => [ "VC-common" ],
  1179. template => 1,
  1180. CFLAGS => add(picker(debug => '/Od',
  1181. release => '/O2')),
  1182. cflags => add(picker(default => '/Gs0 /GF /Gy',
  1183. debug =>
  1184. sub {
  1185. ($disabled{shared} ? "" : "/MDd");
  1186. },
  1187. release =>
  1188. sub {
  1189. ($disabled{shared} ? "" : "/MD");
  1190. })),
  1191. defines => add(picker(default => [], # works as type cast
  1192. debug => [ "DEBUG", "_DEBUG" ])),
  1193. lib_cflags => add(sub { $disabled{shared} ? "/MT /Zl" : () }),
  1194. # Following might/should appears controversial, i.e. defining
  1195. # /MDd without evaluating $disabled{shared}. It works in
  1196. # non-shared build because static library is compiled with /Zl
  1197. # and bares no reference to specific RTL. And it works in
  1198. # shared build because multiple /MDd options are not prohibited.
  1199. # But why /MDd in static build? Well, basically this is just a
  1200. # reference point, which allows to catch eventual errors that
  1201. # would prevent those who want to wrap OpenSSL into own .DLL.
  1202. # Why not /MD in release build then? Well, some are likely to
  1203. # prefer [non-debug] openssl.exe to be free from Micorosoft RTL
  1204. # redistributable.
  1205. bin_cflags => add(picker(debug => "/MDd",
  1206. release => sub { $disabled{shared} ? "/MT" : () },
  1207. )),
  1208. bin_lflags => add("/subsystem:console /opt:ref"),
  1209. ex_libs => add(sub {
  1210. my @ex_libs = ();
  1211. push @ex_libs, 'ws2_32.lib' unless $disabled{sock};
  1212. push @ex_libs, 'gdi32.lib advapi32.lib crypt32.lib user32.lib';
  1213. return join(" ", @ex_libs);
  1214. }),
  1215. },
  1216. "VC-WIN64-common" => {
  1217. inherit_from => [ "VC-noCE-common" ],
  1218. template => 1,
  1219. ex_libs => add(sub {
  1220. my @ex_libs = ();
  1221. push @ex_libs, 'bufferoverflowu.lib' if (`cl 2>&1` =~ /14\.00\.4[0-9]{4}\./);
  1222. return join(" ", @_, @ex_libs);
  1223. }),
  1224. bn_ops => add("SIXTY_FOUR_BIT"),
  1225. },
  1226. "VC-WIN64I" => {
  1227. inherit_from => [ "VC-WIN64-common", asm("ia64_asm"),
  1228. sub { $disabled{shared} ? () : "ia64_uplink" } ],
  1229. AS => "ias",
  1230. ASFLAGS => "-d debug",
  1231. asoutflag => "-o ",
  1232. sys_id => "WIN64I",
  1233. bn_asm_src => sub { return undef unless @_;
  1234. my $r=join(" ",@_); $r=~s|bn-ia64.s|bn_asm.c|; $r; },
  1235. perlasm_scheme => "ias",
  1236. multilib => "-ia64",
  1237. },
  1238. "VC-WIN64A" => {
  1239. inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"),
  1240. sub { $disabled{shared} ? () : "x86_64_uplink" } ],
  1241. AS => sub { vc_win64a_info()->{AS} },
  1242. ASFLAGS => sub { vc_win64a_info()->{ASFLAGS} },
  1243. asoutflag => sub { vc_win64a_info()->{asoutflag} },
  1244. asflags => sub { vc_win64a_info()->{asflags} },
  1245. sys_id => "WIN64A",
  1246. bn_asm_src => sub { return undef unless @_;
  1247. my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; },
  1248. perlasm_scheme => "auto",
  1249. multilib => "-x64",
  1250. },
  1251. "VC-WIN32" => {
  1252. inherit_from => [ "VC-noCE-common", asm("x86_asm"),
  1253. sub { $disabled{shared} ? () : "uplink_common" } ],
  1254. CFLAGS => add("/WX"),
  1255. AS => sub { vc_win32_info()->{AS} },
  1256. ASFLAGS => sub { vc_win32_info()->{ASFLAGS} },
  1257. asoutflag => sub { vc_win32_info()->{asoutflag} },
  1258. asflags => sub { vc_win32_info()->{asflags} },
  1259. sys_id => "WIN32",
  1260. bn_ops => add("BN_LLONG"),
  1261. perlasm_scheme => sub { vc_win32_info()->{perlasm_scheme} },
  1262. # "WOW" stands for "Windows on Windows", and "VC-WOW" engages
  1263. # some installation path heuristics in windows-makefile.tmpl...
  1264. build_scheme => add("VC-WOW", { separator => undef }),
  1265. },
  1266. "VC-CE" => {
  1267. inherit_from => [ "VC-common" ],
  1268. CFLAGS => add(picker(debug => "/Od",
  1269. release => "/O1i")),
  1270. CPPDEFINES => picker(debug => [ "DEBUG", "_DEBUG" ]),
  1271. LDFLAGS => add("/nologo /opt:ref"),
  1272. cflags =>
  1273. combine('/GF /Gy',
  1274. sub { vc_wince_info()->{cflags}; },
  1275. sub { `cl 2>&1` =~ /Version ([0-9]+)\./ && $1>=14
  1276. ? ($disabled{shared} ? " /MT" : " /MD")
  1277. : " /MC"; }),
  1278. cppflags => sub { vc_wince_info()->{cppflags}; },
  1279. lib_defines => add("NO_CHMOD", "OPENSSL_SMALL_FOOTPRINT"),
  1280. lib_cppflags => sub { vc_wince_info()->{cppflags}; },
  1281. includes =>
  1282. add(combine(sub { defined(env('WCECOMPAT'))
  1283. ? '$(WCECOMPAT)/include' : (); },
  1284. sub { defined(env('PORTSDK_LIBPATH'))
  1285. ? '$(PORTSDK_LIBPATH)/../../include'
  1286. : (); })),
  1287. lflags => add(combine(sub { vc_wince_info()->{lflags}; },
  1288. sub { defined(env('PORTSDK_LIBPATH'))
  1289. ? "/entry:mainCRTstartup" : (); })),
  1290. sys_id => "WINCE",
  1291. bn_ops => add("BN_LLONG"),
  1292. ex_libs => add(sub {
  1293. my @ex_libs = ();
  1294. push @ex_libs, 'ws2.lib' unless $disabled{sock};
  1295. push @ex_libs, 'crypt32.lib';
  1296. if (defined(env('WCECOMPAT'))) {
  1297. my $x = '$(WCECOMPAT)/lib';
  1298. if (-f "$x/env('TARGETCPU')/wcecompatex.lib") {
  1299. $x .= '/$(TARGETCPU)/wcecompatex.lib';
  1300. } else {
  1301. $x .= '/wcecompatex.lib';
  1302. }
  1303. push @ex_libs, $x;
  1304. }
  1305. push @ex_libs, '$(PORTSDK_LIBPATH)/portlib.lib'
  1306. if (defined(env('PORTSDK_LIBPATH')));
  1307. push @ex_libs, ' /nodefaultlib coredll.lib corelibc.lib'
  1308. if (env('TARGETCPU') eq "X86");
  1309. return @ex_libs;
  1310. }),
  1311. },
  1312. #### MinGW
  1313. "mingw-common" => {
  1314. inherit_from => [ 'BASE_unix' ],
  1315. template => 1,
  1316. CC => "gcc",
  1317. CFLAGS => picker(default => "-Wall",
  1318. debug => "-g -O0",
  1319. release => "-O3"),
  1320. cppflags => combine("-DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN",
  1321. threads("-D_MT")),
  1322. lib_cppflags => "-DL_ENDIAN",
  1323. ex_libs => add("-lws2_32 -lgdi32 -lcrypt32"),
  1324. bn_ops => "EXPORT_VAR_AS_FN",
  1325. thread_scheme => "winthreads",
  1326. dso_scheme => "win32",
  1327. shared_target => "mingw-shared",
  1328. shared_cppflags => add("_WINDLL"),
  1329. shared_ldflag => "-static-libgcc",
  1330. apps_aux_src => add("win32_init.c"),
  1331. perl_platform => 'mingw',
  1332. },
  1333. "mingw" => {
  1334. inherit_from => [ "mingw-common", asm("x86_asm"),
  1335. sub { $disabled{shared} ? () : "x86_uplink" } ],
  1336. CFLAGS => add(picker(release => "-fomit-frame-pointer")),
  1337. cflags => "-m32",
  1338. sys_id => "MINGW32",
  1339. bn_ops => add("BN_LLONG"),
  1340. perlasm_scheme => "coff",
  1341. shared_rcflag => "--target=pe-i386",
  1342. multilib => "",
  1343. },
  1344. "mingw64" => {
  1345. # As for OPENSSL_USE_APPLINK. Applink makes it possible to use
  1346. # .dll compiled with one compiler with application compiled with
  1347. # another compiler. It's possible to engage Applink support in
  1348. # mingw64 build, but it's not done, because till mingw64
  1349. # supports structured exception handling, one can't seriously
  1350. # consider its binaries for using with non-mingw64 run-time
  1351. # environment. And as mingw64 is always consistent with itself,
  1352. # Applink is never engaged and can as well be omitted.
  1353. inherit_from => [ "mingw-common", asm("x86_64_asm") ],
  1354. cflags => "-m64",
  1355. sys_id => "MINGW64",
  1356. bn_ops => add("SIXTY_FOUR_BIT"),
  1357. perlasm_scheme => "mingw64",
  1358. shared_rcflag => "--target=pe-x86-64",
  1359. multilib => "64",
  1360. },
  1361. #### UEFI
  1362. "UEFI" => {
  1363. inherit_from => [ "BASE_unix" ],
  1364. CC => "cc",
  1365. CFLAGS => "-O",
  1366. lib_cppflags => "-DL_ENDIAN",
  1367. sys_id => "UEFI",
  1368. },
  1369. #### UWIN
  1370. "UWIN" => {
  1371. inherit_from => [ "BASE_unix" ],
  1372. CC => "cc",
  1373. CFLAGS => "-O -Wall",
  1374. lib_cppflags => "-DTERMIOS -DL_ENDIAN",
  1375. sys_id => "UWIN",
  1376. bn_ops => "BN_LLONG",
  1377. dso_scheme => "win32",
  1378. },
  1379. #### Cygwin
  1380. "Cygwin-common" => {
  1381. inherit_from => [ "BASE_unix" ],
  1382. template => 1,
  1383. CC => "gcc",
  1384. CFLAGS => picker(default => "-Wall",
  1385. debug => "-g -O0",
  1386. release => "-O3"),
  1387. lib_cppflags => "-DTERMIOS -DL_ENDIAN",
  1388. sys_id => "CYGWIN",
  1389. thread_scheme => "pthread",
  1390. dso_scheme => "dlfcn",
  1391. shared_target => "cygwin-shared",
  1392. shared_cppflags => "-D_WINDLL",
  1393. perl_platform => 'Cygwin',
  1394. },
  1395. "Cygwin-x86" => {
  1396. inherit_from => [ "Cygwin-common", asm("x86_asm") ],
  1397. CFLAGS => add(picker(release => "-O3 -fomit-frame-pointer")),
  1398. bn_ops => "BN_LLONG",
  1399. perlasm_scheme => "coff",
  1400. },
  1401. "Cygwin-x86_64" => {
  1402. inherit_from => [ "Cygwin-common", asm("x86_64_asm") ],
  1403. CC => "gcc",
  1404. bn_ops => "SIXTY_FOUR_BIT_LONG",
  1405. perlasm_scheme => "mingw64",
  1406. },
  1407. # Backward compatibility for those using this target
  1408. "Cygwin" => {
  1409. inherit_from => [ "Cygwin-x86" ]
  1410. },
  1411. # In case someone constructs the Cygwin target name themself
  1412. "Cygwin-i386" => {
  1413. inherit_from => [ "Cygwin-x86" ]
  1414. },
  1415. "Cygwin-i486" => {
  1416. inherit_from => [ "Cygwin-x86" ]
  1417. },
  1418. "Cygwin-i586" => {
  1419. inherit_from => [ "Cygwin-x86" ]
  1420. },
  1421. "Cygwin-i686" => {
  1422. inherit_from => [ "Cygwin-x86" ]
  1423. },
  1424. ##### MacOS X (a.k.a. Darwin) setup
  1425. "darwin-common" => {
  1426. inherit_from => [ "BASE_unix" ],
  1427. template => 1,
  1428. CC => "cc",
  1429. CFLAGS => picker(debug => "-g -O0",
  1430. release => "-O3"),
  1431. cppflags => threads("-D_REENTRANT"),
  1432. lflags => "-Wl,-search_paths_first",
  1433. sys_id => "MACOSX",
  1434. bn_ops => "BN_LLONG RC4_CHAR",
  1435. thread_scheme => "pthreads",
  1436. perlasm_scheme => "osx32",
  1437. dso_scheme => "dlfcn",
  1438. ranlib => "ranlib -c",
  1439. shared_target => "darwin-shared",
  1440. shared_cflag => "-fPIC",
  1441. shared_extension => ".\$(SHLIB_VERSION_NUMBER).dylib",
  1442. },
  1443. # Option "freeze" such as -std=gnu9x can't negatively interfere
  1444. # with future defaults for below two targets, because MacOS X
  1445. # for PPC has no future, it was discontinued by vendor in 2009.
  1446. "darwin-ppc-cc" => {
  1447. inherit_from => [ "darwin-common", asm("ppc32_asm") ],
  1448. cflags => add("-arch ppc -std=gnu9x -Wa,-force_cpusubtype_ALL"),
  1449. lib_cppflags => add("-DB_ENDIAN"),
  1450. shared_cflag => add("-fno-common"),
  1451. perlasm_scheme => "osx32",
  1452. },
  1453. "darwin64-ppc-cc" => {
  1454. inherit_from => [ "darwin-common", asm("ppc64_asm") ],
  1455. cflags => add("-arch ppc64 -std=gnu9x"),
  1456. lib_cppflags => add("-DB_ENDIAN"),
  1457. bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
  1458. perlasm_scheme => "osx64",
  1459. },
  1460. "darwin-i386-cc" => {
  1461. inherit_from => [ "darwin-common", asm("x86_asm") ],
  1462. CFLAGS => add(picker(release => "-fomit-frame-pointer")),
  1463. cflags => add("-arch i386"),
  1464. lib_cppflags => add("-DL_ENDIAN"),
  1465. bn_ops => "BN_LLONG RC4_INT",
  1466. perlasm_scheme => "macosx",
  1467. },
  1468. "darwin64-x86_64-cc" => {
  1469. inherit_from => [ "darwin-common", asm("x86_64_asm") ],
  1470. CFLAGS => add("-Wall"),
  1471. cflags => add("-arch x86_64"),
  1472. lib_cppflags => add("-DL_ENDIAN"),
  1473. bn_ops => "SIXTY_FOUR_BIT_LONG",
  1474. perlasm_scheme => "macosx",
  1475. },
  1476. ##### GNU Hurd
  1477. "hurd-x86" => {
  1478. inherit_from => [ "BASE_unix" ],
  1479. inherit_from => [ asm("x86_elf_asm") ],
  1480. CC => "gcc",
  1481. CFLAGS => "-O3 -fomit-frame-pointer -Wall",
  1482. cflags => threads("-pthread"),
  1483. lib_cppflags => "-DL_ENDIAN",
  1484. ex_libs => add("-ldl", threads("-pthread")),
  1485. bn_ops => "BN_LLONG",
  1486. thread_scheme => "pthreads",
  1487. dso_scheme => "dlfcn",
  1488. shared_target => "linux-shared",
  1489. shared_cflag => "-fPIC",
  1490. },
  1491. ##### VxWorks for various targets
  1492. "vxworks-ppc60x" => {
  1493. inherit_from => [ "BASE_unix" ],
  1494. CC => "ccppc",
  1495. CFLAGS => "-O2 -Wall -fstrength-reduce",
  1496. cflags => "-mrtp -mhard-float -mstrict-align -fno-implicit-fp -fno-builtin -fno-strict-aliasing",
  1497. cppflags => combine("-D_REENTRANT -DPPC32_fp60x -DCPU=PPC32",
  1498. "_DTOOL_FAMILY=gnu -DTOOL=gnu",
  1499. "-I\$(WIND_BASE)/target/usr/h",
  1500. "-I\$(WIND_BASE)/target/usr/h/wrn/coreip"),
  1501. sys_id => "VXWORKS",
  1502. lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/common"),
  1503. ex_libs => add("-Wl,--defsym,__wrs_rtp_base=0xe0000000"),
  1504. },
  1505. "vxworks-ppcgen" => {
  1506. inherit_from => [ "BASE_unix" ],
  1507. CC => "ccppc",
  1508. CFLAGS => "-O1 -Wall",
  1509. cflags => "-mrtp -msoft-float -mstrict-align -fno-builtin -fno-strict-aliasing",
  1510. cppflags => combine("-D_REENTRANT -DPPC32 -DCPU=PPC32",
  1511. "-DTOOL_FAMILY=gnu -DTOOL=gnu",
  1512. "-I\$(WIND_BASE)/target/usr/h",
  1513. "-I\$(WIND_BASE)/target/usr/h/wrn/coreip"),
  1514. sys_id => "VXWORKS",
  1515. lflags => add("-L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/sfcommon"),
  1516. ex_libs => add("-Wl,--defsym,__wrs_rtp_base=0xe0000000"),
  1517. },
  1518. "vxworks-ppc405" => {
  1519. inherit_from => [ "BASE_unix" ],
  1520. CC => "ccppc",
  1521. CFLAGS => "-g",
  1522. cflags => "-msoft-float -mlongcall",
  1523. cppflags => combine("-D_REENTRANT -DPPC32 -DCPU=PPC405",
  1524. "-DTOOL_FAMILY=gnu -DTOOL=gnu",
  1525. "-I\$(WIND_BASE)/target/h"),
  1526. sys_id => "VXWORKS",
  1527. lflags => add("-r"),
  1528. },
  1529. "vxworks-ppc750" => {
  1530. inherit_from => [ "BASE_unix" ],
  1531. CC => "ccppc",
  1532. CFLAGS => "-ansi -fvolatile -Wall \$(DEBUG_FLAG)",
  1533. cflags => "-nostdinc -fno-builtin -fno-for-scope -fsigned-char -msoft-float -mlongcall",
  1534. cppflags => combine("-DPPC750 -D_REENTRANT -DCPU=PPC604",
  1535. "-I\$(WIND_BASE)/target/h"),
  1536. sys_id => "VXWORKS",
  1537. lflags => add("-r"),
  1538. },
  1539. "vxworks-ppc750-debug" => {
  1540. inherit_from => [ "BASE_unix" ],
  1541. CC => "ccppc",
  1542. CFLAGS => "-ansi -fvolatile -Wall -g",
  1543. cflags => "-nostdinc -fno-builtin -fno-for-scope -fsigned-char -msoft-float -mlongcall",
  1544. cppflags => combine("-DPPC750 -D_REENTRANT -DCPU=PPC604",
  1545. "-DPEDANTIC -DDEBUG",
  1546. "-I\$(WIND_BASE)/target/h"),
  1547. sys_id => "VXWORKS",
  1548. lflags => add("-r"),
  1549. },
  1550. "vxworks-ppc860" => {
  1551. inherit_from => [ "BASE_unix" ],
  1552. CC => "ccppc",
  1553. cflags => "-nostdinc -msoft-float",
  1554. cppflags => combine("-DCPU=PPC860 -DNO_STRINGS_H",
  1555. "-I\$(WIND_BASE)/target/h"),
  1556. sys_id => "VXWORKS",
  1557. lflags => add("-r"),
  1558. },
  1559. "vxworks-simlinux" => {
  1560. inherit_from => [ "BASE_unix" ],
  1561. CC => "ccpentium",
  1562. cflags => "-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -fno-builtin -fno-defer-pop",
  1563. cppflags => combine("-D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\"",
  1564. "-DL_ENDIAN -DCPU=SIMLINUX -DNO_STRINGS_H",
  1565. "-DTOOL_FAMILY=gnu -DTOOL=gnu",
  1566. "-DOPENSSL_NO_HW_PADLOCK",
  1567. "-I\$(WIND_BASE)/target/h",
  1568. "-I\$(WIND_BASE)/target/h/wrn/coreip"),
  1569. sys_id => "VXWORKS",
  1570. lflags => add("-r"),
  1571. ranlib => "ranlibpentium",
  1572. },
  1573. "vxworks-mips" => {
  1574. inherit_from => [ "BASE_unix", asm("mips32_asm") ],
  1575. CC => "ccmips",
  1576. CFLAGS => "-O -G 0",
  1577. cflags => "-mrtp -mips2 -B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -msoft-float -mno-branch-likely -fno-builtin -fno-defer-pop",
  1578. cppflags => combine("-D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\"",
  1579. "-DCPU=MIPS32 -DNO_STRINGS_H",
  1580. "-DTOOL_FAMILY=gnu -DTOOL=gnu",
  1581. "-DOPENSSL_NO_HW_PADLOCK",
  1582. threads("-D_REENTRANT"),
  1583. "-I\$(WIND_BASE)/target/h",
  1584. "-I\$(WIND_BASE)/target/h/wrn/coreip"),
  1585. sys_id => "VXWORKS",
  1586. lflags => add("-L \$(WIND_BASE)/target/usr/lib/mips/MIPSI32/sfcommon"),
  1587. ex_libs => add("-Wl,--defsym,__wrs_rtp_base=0xe0000000"),
  1588. thread_scheme => "pthreads",
  1589. perlasm_scheme => "o32",
  1590. ranlib => "ranlibmips",
  1591. },
  1592. #### uClinux
  1593. "uClinux-dist" => {
  1594. inherit_from => [ "BASE_unix" ],
  1595. CC => sub { env('CC') },
  1596. cppflags => threads("-D_REENTRANT"),
  1597. ex_libs => add("\$(LDLIBS)"),
  1598. bn_ops => "BN_LLONG",
  1599. thread_scheme => "pthreads",
  1600. dso_scheme => sub { env('LIBSSL_dlfcn') },
  1601. shared_target => "linux-shared",
  1602. shared_cflag => "-fPIC",
  1603. ranlib => sub { env('RANLIB') },
  1604. },
  1605. "uClinux-dist64" => {
  1606. inherit_from => [ "BASE_unix" ],
  1607. CC => sub { env('CC') },
  1608. cppflags => threads("-D_REENTRANT"),
  1609. ex_libs => add("\$(LDLIBS)"),
  1610. bn_ops => "SIXTY_FOUR_BIT_LONG",
  1611. thread_scheme => "pthreads",
  1612. dso_scheme => sub { env('LIBSSL_dlfcn') },
  1613. shared_target => "linux-shared",
  1614. shared_cflag => "-fPIC",
  1615. ranlib => sub { env('RANLIB') },
  1616. },
  1617. ##### VMS
  1618. # Most things happen in vms-generic.
  1619. # Note that vms_info extracts the pointer size from the end of
  1620. # the target name, and will assume that anything matching /-p\d+$/
  1621. # indicates the pointer size setting for the desired target.
  1622. "vms-generic" => {
  1623. inherit_from => [ "BASE_VMS" ],
  1624. template => 1,
  1625. CC => "CC/DECC",
  1626. CPP => '$(CC)/PREPROCESS_ONLY=SYS$OUTPUT:',
  1627. CFLAGS =>
  1628. combine(picker(default => "/STANDARD=(ISOC94,RELAXED)/NOLIST/PREFIX=ALL",
  1629. debug => "/NOOPTIMIZE/DEBUG",
  1630. release => "/OPTIMIZE/NODEBUG"),
  1631. sub { my @warnings =
  1632. @{vms_info()->{disable_warns}};
  1633. @warnings
  1634. ? "/WARNINGS=DISABLE=(".join(",",@warnings).")" : (); }),
  1635. lib_defines =>
  1636. add("OPENSSL_USE_NODELETE",
  1637. sub {
  1638. return vms_info()->{def_zlib}
  1639. ? "LIBZ=\"\"\"".vms_info()->{def_zlib}."\"\"\"" : ();
  1640. }),
  1641. lflags => picker(default => "/MAP='F\$PARSE(\".MAP\",\"\$\@\")'",
  1642. debug => "/DEBUG/TRACEBACK",
  1643. release => "/NODEBUG/NOTRACEBACK"),
  1644. # Because of dso_cflags below, we can't set the generic |cflags| here,
  1645. # as it can't be overriden, so we set separate C flags for libraries
  1646. # and binaries instead.
  1647. bin_cflags => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
  1648. lib_cflags => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
  1649. # For modules specifically, we assume that they only use public
  1650. # OpenSSL symbols, and therefore don't need to mangle names on
  1651. # their own.
  1652. dso_cflags => "",
  1653. ex_libs => add(sub { return vms_info()->{zlib} || (); }),
  1654. shared_target => "vms-shared",
  1655. # def_flag made to empty string so a .opt file gets generated
  1656. shared_defflag => '',
  1657. dso_scheme => "vms",
  1658. thread_scheme => "pthreads",
  1659. AS => sub { vms_info()->{AS} },
  1660. ASFLAGS => sub { vms_info()->{ASFLAGS} },
  1661. asoutflag => sub { vms_info()->{asoutflag} },
  1662. asflags => sub { vms_info()->{asflags} },
  1663. perlasm_scheme => sub { vms_info()->{perlasm_scheme} },
  1664. disable => add('pinshared'),
  1665. apps_aux_src => "vms_term_sock.c vms_decc_argv.c",
  1666. apps_init_src => "vms_decc_init.c",
  1667. },
  1668. # From HELP CC/POINTER_SIZE:
  1669. #
  1670. # ----------
  1671. # LONG[=ARGV] The compiler assumes 64-bit pointers. If the ARGV option to
  1672. # LONG or 64 is present, the main argument argv will be an
  1673. # array of long pointers instead of an array of short pointers.
  1674. #
  1675. # 64[=ARGV] Same as LONG.
  1676. # ----------
  1677. #
  1678. # We don't want the hassle of dealing with 32-bit pointers with argv, so
  1679. # we force it to have 64-bit pointers, see the added cflags in the -p64
  1680. # config targets below.
  1681. "vms-alpha" => {
  1682. inherit_from => [ "vms-generic" ],
  1683. bn_ops => "SIXTY_FOUR_BIT RC4_INT",
  1684. pointer_size => "",
  1685. },
  1686. "vms-alpha-p32" => {
  1687. inherit_from => [ "vms-alpha" ],
  1688. cflags => add("/POINTER_SIZE=32"),
  1689. pointer_size => "32",
  1690. },
  1691. "vms-alpha-p64" => {
  1692. inherit_from => [ "vms-alpha" ],
  1693. cflags => add("/POINTER_SIZE=64=ARGV"),
  1694. pointer_size => "64",
  1695. },
  1696. "vms-ia64" => {
  1697. inherit_from => [ "vms-generic",
  1698. sub { vms_info()->{AS}
  1699. ? asm("ia64_asm")->() : () } ],
  1700. bn_ops => "SIXTY_FOUR_BIT RC4_INT",
  1701. pointer_size => "",
  1702. modes_asm_src => "", # Because ghash-ia64.s doesn't work on VMS
  1703. },
  1704. "vms-ia64-p32" => {
  1705. inherit_from => [ "vms-ia64" ],
  1706. cflags => add("/POINTER_SIZE=32"),
  1707. pointer_size => "32",
  1708. },
  1709. "vms-ia64-p64" => {
  1710. inherit_from => [ "vms-ia64" ],
  1711. cflags => add("/POINTER_SIZE=64=ARGV"),
  1712. pointer_size => "64",
  1713. },
  1714. );