projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195852f
)
Configurations/10-main.conf: Don't inherit assembler in Cygwin-common
author
Richard Levitte
<levitte@openssl.org>
Fri, 5 Apr 2019 13:38:09 +0000
(15:38 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 9 Apr 2019 09:19:26 +0000
(11:19 +0200)
The targets Cygwin-x86 and Cygwin-x86_64 are the ones that should do
this.
Fixes #8684
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8685)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 0e3afd34d738c2046ce98054e3c5edd287951de1..27e587fb357f1f8c481e5d5eecd7291e8a8b1354 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-1431,7
+1431,7
@@
my %targets = (
#### Cygwin
"Cygwin-common" => {
- inherit_from => [ "BASE_unix"
, asm("x86_asm")
],
+ inherit_from => [ "BASE_unix" ],
template => 1,
CC => "gcc",