PKGBUILDs/extra/openlibm/0001-Remove-ARM-march-and-float-specification.patch

26 lines
610 B
Diff
Raw Permalink Normal View History

2024-02-18 19:33:06 +00:00
From 67a4b80e80ffa30d8bca1087ce0cf5e92a85e093 Mon Sep 17 00:00:00 2001
2019-12-06 13:47:31 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 6 Dec 2019 06:42:03 -0700
Subject: [PATCH] Remove ARM march and float specification
---
Make.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/Make.inc b/Make.inc
2024-02-18 19:33:06 +00:00
index 7612499..52ffda2 100644
2019-12-06 13:47:31 +00:00
--- a/Make.inc
+++ b/Make.inc
2024-02-18 19:33:06 +00:00
@@ -67,8 +67,6 @@ override ARCH := aarch64
endif
2019-12-06 13:47:31 +00:00
ifeq ($(findstring arm,$(ARCH)),arm)
override ARCH := arm
2024-02-18 19:33:06 +00:00
-MARCH ?= armv7-a+fp
2019-12-06 13:47:31 +00:00
-CFLAGS_add += -mhard-float
endif
ifeq ($(findstring powerpc,$(ARCH)),powerpc)
override ARCH := powerpc
--
2024-02-18 19:33:06 +00:00
2.36.1
2019-12-06 13:47:31 +00:00