Skip to content

Commit

Permalink
Revert "attempt to fix #3838" to fix #3863
Browse files Browse the repository at this point in the history
This reverts commit 4095e68.
  • Loading branch information
nolta committed Jul 29, 2013
1 parent 33851a3 commit cbd9c3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,6 @@ endif
ifeq ($(ARCH),i686)
ifeq ($(shell sysctl -n hw.cpu64bit_capable),1)
ARCH = x86_64
CC += -m64
CXX += -m64
FC += -m64
else
CC += -m32
CXX += -m32
FC += -m32
endif
BUILD_MACHINE := $(ARCH)$(shell echo $(BUILD_MACHINE) | sed "s/[^-]*\(.*\)$$/\1/")
endif
Expand Down

0 comments on commit cbd9c3d

Please sign in to comment.