Skip to content

Commit

Permalink
partially revert #20806 (#20838)
Browse files Browse the repository at this point in the history
there are other ways to fix this that don't require changing
compiler flags in the default build configuration
  • Loading branch information
tkelman authored Feb 28, 2017
1 parent 288dbec commit 69f0653
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ endif
OPENBLAS_FFLAGS :=
OPENBLAS_CFLAGS :=

# Work around OpenBLAS#942
ifeq ($(USECLANG),1)
OPENBLAS_CFLAGS += -no-integrated-as
endif

# Decide whether to build for 32-bit or 64-bit arch
ifneq ($(BUILD_OS),$(OS))
OPENBLAS_BUILD_OPTS += OSNAME=$(OS) CROSS=1 HOSTCC=$(HOSTCC) CROSS_SUFFIX=$(CROSS_COMPILE)
Expand Down

0 comments on commit 69f0653

Please sign in to comment.