[arch-commits] Commit in arm-none-eabi-newlib/trunk (2 files)

Anatol Pomozov anatolik at archlinux.org
Fri Nov 7 15:50:54 UTC 2014


    Date: Friday, November 7, 2014 @ 16:50:54
  Author: anatolik
Revision: 122164

Remove unused patch

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD
Deleted:
  arm-none-eabi-newlib/trunk/fix_libgloss_compile.patch

----------------------------+
 PKGBUILD                   |    2 +-
 fix_libgloss_compile.patch |   31 -------------------------------
 2 files changed, 1 insertion(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-07 15:20:10 UTC (rev 122163)
+++ PKGBUILD	2014-11-07 15:50:54 UTC (rev 122164)
@@ -26,7 +26,7 @@
     --prefix=/usr \
     --disable-newlib-supplied-syscalls \
     --disable-nls \
-    --enable-newlib-io-long-long\
+    --enable-newlib-io-long-long \
     --enable-newlib-register-fini
   make
 

Deleted: fix_libgloss_compile.patch
===================================================================
--- fix_libgloss_compile.patch	2014-11-07 15:20:10 UTC (rev 122163)
+++ fix_libgloss_compile.patch	2014-11-07 15:50:54 UTC (rev 122164)
@@ -1,31 +0,0 @@
-From: Agustin Henze <tin at debian.org>
-Date: Fri, 3 Jan 2014 11:29:55 -0300
-Subject: [PATCH] Fix wrong path to libgloss/config/default.mh
-
----
- libgloss/arm/cpu-init/Makefile.in | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/libgloss/arm/cpu-init/Makefile.in b/libgloss/arm/cpu-init/Makefile.in
-index 547c58d..d63149f 100644
---- a/libgloss/arm/cpu-init/Makefile.in
-+++ b/libgloss/arm/cpu-init/Makefile.in
-@@ -18,6 +18,7 @@ libdir = @libdir@
- tooldir = $(exec_prefix)/$(target_alias)
- 
- objtype = @objtype@
-+host_makefile_frag = $(srcdir)/../../config/default.mh
- 
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -80,7 +81,7 @@ info:
- install-info:
- clean-info:
- 
--Makefile: Makefile.in ../config.status @host_makefile_frag_path@
-+Makefile: Makefile.in ../config.status ${host_makefile_frag_path}
- 	$(SHELL) ../config.status --file cpu-init/Makefile
- 
- ../config.status: ../configure
--- 
-1.8.5.2



More information about the arch-commits mailing list