[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10135 - in gnuradio/branches/developers/n4hy/pfb_fbs/
From: |
n4hy |
Subject: |
[Commit-gnuradio] r10135 - in gnuradio/branches/developers/n4hy/pfb_fbs/dtools: . microblaze |
Date: |
Fri, 19 Dec 2008 19:34:40 -0700 (MST) |
Author: n4hy
Date: 2008-12-19 19:34:40 -0700 (Fri, 19 Dec 2008)
New Revision: 10135
Added:
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
Removed:
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
Log:
Bringing up to date
Copied: gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze (from rev
10133, gnuradio/trunk/dtools/microblaze)
Deleted:
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
Copied:
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
(from rev 10133, gnuradio/trunk/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch)
===================================================================
---
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
(rev 0)
+++
gnuradio/branches/developers/n4hy/pfb_fbs/dtools/microblaze/mb-gcc-4.1.1-gr-1.patch
2008-12-20 02:34:40 UTC (rev 10135)
@@ -0,0 +1,47 @@
+--- orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss.patch
2008-01-29 15:42:56.000000000 -0800
++++ new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss.patch
2008-10-05 08:47:12.000000000 -0700
+@@ -232,7 +232,7 @@
+ +all: ${CRT} ${OBJS}
+
+ install: ${CRT}
+- @for crt in ${CRT}; do\
++ @for crt in ${CRT}; do \
+ diff -urNp --exclude '*.swp' newlib-orig/libgloss/microblaze/open.c
newlib/libgloss/microblaze/open.c
+ --- newlib-orig/libgloss/microblaze/open.c 1969-12-31 16:00:00.000000000
-0800
+ +++ newlib/libgloss/microblaze/open.c 2007-05-07 19:07:04.000000000 -0700
+diff -urN
orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss_more_funcs.patch
new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss_more_funcs.patch
+--- orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss_more_funcs.patch
2008-01-29 15:42:56.000000000 -0800
++++ new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libgloss_more_funcs.patch
2008-10-05 08:47:12.000000000 -0700
+@@ -1007,7 +1007,7 @@
+ @@ -71,7 +71,7 @@ all: ${CRT} ${LIB}
+
+ install: ${CRT} ${LIB}
+- @for crt in ${CRT}; do\
++ @for crt in ${CRT}; do \
+ - $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
+ + $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
+ done
+diff -urN orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libmb.patch
new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libmb.patch
+--- orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libmb.patch
2008-01-29 15:42:56.000000000 -0800
++++ new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14.0_libmb.patch 2008-10-05
08:47:12.000000000 -0700
+@@ -25,7 +25,7 @@
+
+ -install: ${CRT}
+ +install: ${CRT} ${LIB}
+- @for crt in ${CRT}; do\
++ @for crt in ${CRT}; do \
+ $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
+ done
+ + $(INSTALL_PROGRAM) ${LIB} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}
+diff -urN orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14_crt.patch
new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14_crt.patch
+--- orig/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14_crt.patch 2008-01-29
15:42:56.000000000 -0800
++++ new/Xilinx_EDK_GNU_10.1i/mb/srcs/newlib-1.14_crt.patch 2008-10-05
08:47:12.000000000 -0700
+@@ -619,7 +619,7 @@
+ +all: ${CRT}
+ +
+ +install: ${CRT}
+-+ @for crt in ${CRT}; do\
+++ @for crt in ${CRT}; do \
+ + $(INSTALL_PROGRAM) $${crt}
$(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$${crt}; \
+ + done
+ +
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10135 - in gnuradio/branches/developers/n4hy/pfb_fbs/dtools: . microblaze,
n4hy <=