| Summary: | =dev-libs/openssl-1.1.1a-r1 mangles CFLAGS | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | matoro <matoro_gentoo> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | matoro_gentoo |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
build.log |
||
Created attachment 563390 [details]
emerge --info
Created attachment 563392 [details]
build.log
Duplicate of bug 671016, isn't it? *** This bug has been marked as a duplicate of bug 671016 *** |
When compiling with the following settings: CFLAGS="-O3 -pipe -march=native -funroll-loops -flto=8 -floop-block -floop-interchange -floop-strip-mine -ftree-loop-distribution" CXXFLAGS="${CFLAGS}" =dev-libs/openssl-1.1.1a-r1 somehow manages to mangle them into the following: x86_64-pc-linux-gnu-gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -pipe -funroll-loops -flto=8 -floop-block -floop-interchange -floop-strip-ftree-loop-distribution -fno-strict-aliasing -Wa,--noexecstack -O3 -p ipe -march=native -funroll-loops -flto=8 -floop-block -floop-interchange -floop-strip-mine -ftree-loop-distribution -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_O BJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NIST Z256_ASM -DX25519_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/etc/ssl\"" -DENGINESDIR="\"/usr/lib64/engines-1.1\"" -DZLIB -DNDEBUG -DOPENSSL_NO_BUF_FREELISTS -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o a pps/app_rand.o apps/app_rand.c which of course fails with: error: unrecognized command line option '-floop-strip-ftree-loop-distribution'; did you mean '-fno-tree-loop-distribution'? Reproducible: Always