Configurations/unix-Makefile.tmpl: not -v for rm
[oweals/openssl.git] / Configurations / 90-team.norelease.conf
index 45f1811b5c6ee1cea2513a816c4ce0ed67ba2501..1d5d755a6f2ce04a44fdcba92e70e9b6be14490a 100644 (file)
@@ -18,7 +18,7 @@ my %targets = (
     "debug-erbridge" => {
         inherit_from     => [ 'BASE_unix', "x86_64_asm" ],
         cc               => "gcc",
-        cflags           => combine(join(' ', @{$gcc_devteam_warn{CFLAGS}}),
+        cflags           => combine(join(' ', @gcc_devteam_warn),
                                     "-DBN_DEBUG -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g",
                                     threads("-D_REENTRANT")),
         ex_libs          => add(" ","-ldl"),
@@ -83,7 +83,7 @@ my %targets = (
     "debug-test-64-clang" => {
         inherit_from     => [ 'BASE_unix', "x86_64_asm" ],
         cc               => "clang",
-        cflags           => combine(join(' ', @{$gcc_devteam_warn{CFLAGS}}),
+        cflags           => combine(join(' ', @gcc_devteam_warn),
                                     "-Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
                                     threads("${BSDthreads}")),
         bn_ops           => "SIXTY_FOUR_BIT_LONG",
@@ -98,7 +98,7 @@ my %targets = (
         inherit_from     => [ 'BASE_unix', "x86_64_asm" ],
         cc               => "clang",
         cflags           => combine("-arch x86_64 -DL_ENDIAN",
-                                    join(' ', @{$gcc_devteam_warn{CFLAGS}}),
+                                    join(' ', @gcc_devteam_warn),
                                     "-Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe",
                                     threads("${BSDthreads}")),
         sys_id           => "MACOSX",