From f9117aa8e90e853c2e9ab7fa121cdbfd2565872a Mon Sep 17 00:00:00 2001 From: Matthew Turner Date: Thu, 5 Apr 2018 13:59:29 -0500 Subject: [PATCH] Add byteswapio to LDFLAGS (#120) --- configuration/scripts/machines/Macros.conrad_cray | 1 + configuration/scripts/machines/Macros.onyx_cray | 1 + 2 files changed, 2 insertions(+) diff --git a/configuration/scripts/machines/Macros.conrad_cray b/configuration/scripts/machines/Macros.conrad_cray index 5f05946b2..642454380 100644 --- a/configuration/scripts/machines/Macros.conrad_cray +++ b/configuration/scripts/machines/Macros.conrad_cray @@ -10,6 +10,7 @@ FIXEDFLAGS := -132 FREEFLAGS := FFLAGS := -h fp0 -h byteswapio FFLAGS_NOOPT:= -O0 +LDFLAGS := -h byteswapio ifeq ($(ICE_BLDDEBUG), true) FFLAGS += -O0 -g -Rbcdps diff --git a/configuration/scripts/machines/Macros.onyx_cray b/configuration/scripts/machines/Macros.onyx_cray index 16be2eeea..c0d14eb5a 100644 --- a/configuration/scripts/machines/Macros.onyx_cray +++ b/configuration/scripts/machines/Macros.onyx_cray @@ -10,6 +10,7 @@ FIXEDFLAGS := -132 FREEFLAGS := FFLAGS := -h fp0 -h byteswapio FFLAGS_NOOPT:= -O0 +LDFLAGS := -h byteswapio ifeq ($(ICE_BLDDEBUG), true) FFLAGS += -O0 -g -Rbcdps