[openssl-project] ghmerge problem
Paul Dale
paul.dale at oracle.com
Wed Jul 11 21:24:59 UTC 2018
Richard,
Thanks for the pointer.
I've figured out the problem and have submitted a PR.
It was three fold:
* I didn't have clang-3.6 installed.
* the opensslbuild script sets CC if it isn't already set but doesn't use or export it. It does add the option based on the local value.
* the configure script used gcc since CC wasn't getting to it.
Pauli
--
Oracle
Dr Paul Dale | Cryptographer | Network Security & Encryption
Phone +61 7 3031 7217
Oracle Australia
-----Original Message-----
From: Richard Levitte [mailto:levitte at openssl.org]
Sent: Wednesday, 11 July 2018 4:22 PM
To: openssl-project at openssl.org
Subject: Re: [openssl-project] ghmerge problem
In message <4e6348f6-e6a2-4b6c-8410-d83b4c945042 at default> on Tue, 10 Jul 2018 16:31:06 -0700 (PDT), Paul Dale <paul.dale at oracle.com> said:
paul.dale> I’m getting a problem during the rebuild stage where the paul.dale> option –Qunused-arguments isn’t being recognised by gcc.
paul.dale>
paul.dale> I don’t see this option in the latest gcc documentation or paul.dale> for the version I use (4.8.4). It looks like an option for paul.dale> clang.
paul.dale>
paul.dale> Is this a problem with the configuration or with my build set up?
ghmerge uses 'opensslbuild' to rebuild. If you have your own, you'll have to take a closer look there. The 'opensslbuild' that comes with ghmerge only sets that option of $CC contains the string 'clang'...
I haven't tested, though...
--
Richard Levitte levitte at openssl.org
OpenSSL Project http://www.openssl.org/~levitte/
_______________________________________________
openssl-project mailing list
openssl-project at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-project
More information about the openssl-project
mailing list