From 40d867c61aabb3a8904a2b1c0be5591b6267841a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 8 Mar 2018 22:04:33 +0100 Subject: [PATCH] Remove useless -D_ENDIAN from MPE/iX-gcc config Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/5565) --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 2a944ebfdb..1508ff4c0f 100644 --- 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 -DBN_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)", -- 2.25.1