Skip to content

Commit

Permalink
Make.inc: remove a couple of unused variables
Browse files Browse the repository at this point in the history
OSXVER and JULIA_TARGET_ARCH
  • Loading branch information
nolta committed May 26, 2015
1 parent 769df42 commit 63f013b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ STDLIBCPP_FLAG =
ifeq ($(OS), Darwin)
DARWINVER := $(shell uname -r | cut -b 1-2)
DARWINVER_GTE13 := $(shell expr `uname -r | cut -b 1-2` \>= 13)
OSXVER := $(shell sw_vers -productVersion | cut -b 1-4)
ifeq ($(DARWINVER), 10) # Snow Leopard specific configuration
USEGCC = 1
USECLANG = 0
Expand Down Expand Up @@ -467,7 +466,6 @@ endif
endif

JULIA_CPU_TARGET ?= native
JCPPFLAGS += -DJULIA_TARGET_ARCH=$(JULIA_CPU_TARGET)

# We map amd64 to x86_64 for compatibility with systems that identify 64-bit systems as such
ifeq ($(ARCH),amd64)
Expand Down

0 comments on commit 63f013b

Please sign in to comment.