diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
commit | 39dc61352323c974c8fba6b2af70b7dcbd6176f7 (patch) | |
tree | 7e26211667b2d3e45e22ed36a727866247f7506c /package/uboot-ifxmips/patches/110-compile_fix.patch | |
parent | 9b9162fa1aa177c6636ec0140555641e1e95689d (diff) | |
download | upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.gz upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.bz2 upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.zip |
drop uboot-ifxmips, use uboot-lantiq instead
SVN-Revision: 25294
Diffstat (limited to 'package/uboot-ifxmips/patches/110-compile_fix.patch')
-rw-r--r-- | package/uboot-ifxmips/patches/110-compile_fix.patch | 25 |
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 |