diff options
Diffstat (limited to 'testing/ponyc/makefile-remove-march-mtune.patch')
| -rw-r--r-- | testing/ponyc/makefile-remove-march-mtune.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ponyc/makefile-remove-march-mtune.patch b/testing/ponyc/makefile-remove-march-mtune.patch index 3bee239b16..2b81fb00a4 100644 --- a/testing/ponyc/makefile-remove-march-mtune.patch +++ b/testing/ponyc/makefile-remove-march-mtune.patch @@ -25,7 +25,7 @@ index 50f4936..8f28e1a 100644 # Determine pointer size in bits. BITS := $(bits) -@@ -135,11 +135,6 @@ ifeq ($(BITS),64) +@@ -147,11 +147,6 @@ endif endif @@ -34,6 +34,6 @@ index 50f4936..8f28e1a 100644 - LINKER_FLAGS += -mfpu=$(fpu) -endif - - PONY_BUILD_DIR ?= build/$(config) - PONY_SOURCE_DIR ?= src - PONY_TEST_DIR ?= test + ifdef link + ifeq (,$(filter $(link),static llvm-static llvm-dynamic)) + $(error Unknown linking strategy "$(link)") |
