Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 26, 2015
2 parents a85357a + 116238c commit 7773b75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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
2 changes: 1 addition & 1 deletion contrib/check-whitespace.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
# This file is a part of Julia. License is MIT: http:https://julialang.org/license

# Check for trailing white space in source files;
Expand Down
2 changes: 1 addition & 1 deletion test/perf/micro/java/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This file is a part of Julia. License is MIT: http:https://julialang.org/license

mvn compile exec:java
Expand Down

0 comments on commit 7773b75

Please sign in to comment.