aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/patches/110-compile_fix.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-01 21:38:07 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-01 21:38:07 +0000
commitdafef5a4f91473021f2a64805bcf8a966d4cbf9d (patch)
treea4324fa0af6620ea3eca5d20ff48fa1e4b1f8468 /package/uboot-ifxmips/patches/110-compile_fix.patch
parent6e4ae864800fb754be7bdb180deb04ca31588c92 (diff)
downloadupstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.gz
upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.bz2
upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.zip
drop uboot-ifxmips, use uboot-lantiq instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/patches/110-compile_fix.patch')
-rw-r--r--package/uboot-ifxmips/patches/110-compile_fix.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/uboot-ifxmips/patches/110-compile_fix.patch b/package/uboot-ifxmips/patches/110-compile_fix.patch
deleted file mode 100644
index 34d0ac6e53..0000000000
--- a/package/uboot-ifxmips/patches/110-compile_fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/cpu/mips/Makefile
-+++ b/cpu/mips/Makefile
-@@ -36,6 +36,9 @@ START := $(addprefix $(obj),$(START))
-
- all: $(obj).depend $(START) $(LIB)
-
-+start.o: start.S
-+ $(CC) $(AFLAGS) -fPIC -c -o $@ $<
-+
- $(LIB): $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
-
---- a/Makefile
-+++ b/Makefile
-@@ -185,8 +185,8 @@ include $(TOPDIR)/config.mk
- OBJS = cpu/$(CPU)/start.o
- OBJS_BOOTSTRAP = cpu/$(CPU)/start_bootstrap.o
-
--cpu/$(CPU)/start_bootstrap.S: cpu/$(CPU)/start.S
-- ln -s start.S cpu/$(CPU)/start_bootstrap.S
-+cpu/$(CPU)/start_bootstrap.o: cpu/$(CPU)/start.S
-+ $(CC) $(AFLAGS) -fPIC -DCFG_BOOTSTRAP_CODE -c -o $@ $<
-
- ifeq ($(CPU),i386)
- OBJS += cpu/$(CPU)/start16.o