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:
00595b7
)
Remove useless -D_ENDIAN from MPE/iX-gcc config
author
Richard Levitte
<levitte@openssl.org>
Thu, 8 Mar 2018 21:04:33 +0000
(22:04 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 8 Mar 2018 21:04:33 +0000
(22:04 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5565)
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index 2a944ebfdb1263e0bfd99f7c9c7c4bf6b6d6d0ea..1508ff4c0f355b1030a1c0e22a08fb3e1e5225b1 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-586,7
+586,7
@@
sub vms_info {
"MPE/iX-gcc" => {
inherit_from => [ "BASE_unix" ],
cc => "gcc",
- cflags => "-D
_ENDIAN -D
BN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB",
+ cflags => "-DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB",
sys_id => "MPE",
ex_libs => add("-L/SYSLOG/PUB -lsyslog -lsocket -lcurses"),
thread_scheme => "(unknown)",