X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F10-main.conf;h=cddf268b6746e13b907da24d8bbf76896f2ff061;hp=fa9af88e421b8223246f6b4aa5188e3c77a8c3ae;hb=01d9997659d910882790765f213f01e58b9f5cb1;hpb=bae26b582e6cbff4bce5edc46907e6f331bc19e5 diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index fa9af88e42..cddf268b67 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -52,8 +52,9 @@ sub vc_wince_info { my $wcelflag = "/subsystem:windowsce,$1.$2"; # ...,N.NN my $wceplatf = $ENV{'PLATFORM'}; - my $wceplatf =~ tr/a-z0-9 /A-Z0-9_/d; - my $wcecdefs .= " -DWCE_PLATFORM_$wceplatf"; + + $wceplatf =~ tr/a-z0-9 /A-Z0-9_/; + $wcecdefs .= " -DWCE_PLATFORM_$wceplatf"; my $wcetgt = $ENV{'TARGETCPU'}; # just shorter name... SWITCH: for($wcetgt) { @@ -532,10 +533,10 @@ sub vc_wince_info { "hpux64-ia64-gcc" => { inherit_from => [ "BASE_unix", asm("ia64_asm") ], cc => "gcc", - cflags => picker(default => "-mlp64 -DB_ENDIAN", - debug => "-O0 -g", - release => "-O3", - threads("-pthread")), + cflags => combine(picker(default => "-mlp64 -DB_ENDIAN", + debug => "-O0 -g", + release => "-O3"), + threads("-pthread")), ex_libs => add("-ldl"), bn_ops => "SIXTY_FOUR_BIT_LONG", thread_scheme => "pthreads",