Date:2011-08-23 21:10:44 (12 years 7 months ago)
Author:kyak
Commit:b14a89bbd005449f9f8a3cebebc9f1f4988279f1
Message:gcc-mips workaround

Files: nanonote-files/script-files/etc/uci-defaults/04-gcc-mips-work-around (1 diff)

Change Details

nanonote-files/script-files/etc/uci-defaults/04-gcc-mips-work-around
1#!/bin/sh
2
3#we use some files from host's openwrt toolchain for gcc-mips package,
4#and the host's gcc version (linaro) is now 4.5.4.
5#this will be fixed when we catch up with openwrt upstream,
6#workaround for now
7for i in $(find /usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.5.4 -type f); do
8    ln -s $i ${i/4.5.4/4.5.2}
9done

Archive Download the corresponding diff file



interactive