Skip to content

Commit

Permalink
Add byteswapio to LDFLAGS (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdturner authored and apcraig committed Apr 5, 2018
1 parent 536e2a6 commit f9117aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration/scripts/machines/Macros.conrad_cray
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions configuration/scripts/machines/Macros.onyx_cray
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9117aa

Please sign in to comment.