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:
9967a9e
)
Remove useless -D_ENDIAN from MPE/iX-gcc config
author
Richard Levitte
<levitte@openssl.org>
Thu, 8 Mar 2018 21:03:01 +0000
(22:03 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 8 Mar 2018 21:03:01 +0000
(22:03 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5564)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 69439e4c8e9d7a08d8860ed4fccfb3b72496bfca..6e7f2d1adac3d147a6d77f4ea679125bcbc3ad0a 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-602,7
+602,7
@@
my %targets = (
inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => "-O3",
- cppflags => "-D
_ENDIAN -D
BN_DIV2W -D_POSIX_SOURCE -D_SOCKET_SOURCE",
+ cppflags => "-DBN_DIV2W -D_POSIX_SOURCE -D_SOCKET_SOURCE",
includes => add("/SYSLOG/PUB"),
sys_id => "MPE",
lflags => add("-L/SYSLOG/PUB"),