mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gcc: update patch
This commit is contained in:
parent
4788a2f558
commit
1dccc88b89
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
From b1884b6d1950422a32f9ced0be6d5492e4315547 Mon Sep 17 00:00:00 2001
|
||||
From 0a6763fb3a2c11d41b9b580a84ae24809db71749 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Wed, 7 Jan 2015 18:43:57 -0700
|
||||
Subject: [PATCH] ARMv5: disable LDRD/STRD
|
||||
|
@ -8,10 +8,10 @@ Subject: [PATCH] ARMv5: disable LDRD/STRD
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
|
||||
index c60d9a4..65c60b9 100644
|
||||
index ad123dd..87697f7 100644
|
||||
--- a/gcc/config/arm/arm.h
|
||||
+++ b/gcc/config/arm/arm.h
|
||||
@@ -282,7 +282,7 @@ extern void (*arm_lang_output_object_attributes_hook)(void);
|
||||
@@ -166,7 +166,7 @@ extern void (*arm_lang_output_object_attributes_hook)(void);
|
||||
/* Thumb-1 only. */
|
||||
#define TARGET_THUMB1_ONLY (TARGET_THUMB1 && !arm_arch_notm)
|
||||
|
||||
|
@ -21,5 +21,5 @@ index c60d9a4..65c60b9 100644
|
|||
|
||||
#define TARGET_CRC32 (arm_arch_crc)
|
||||
--
|
||||
2.2.1
|
||||
2.7.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue