diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 10:13:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 10:13:56 +0000 |
commit | fb53b99f8cbb1e95f2c9f6b8f3945eb7836e6e79 (patch) | |
tree | d7b8a61d943b5a7e4292a004358a17590470a93e /include/site | |
parent | fb15c3737c20dd92c4b85774cb9e8ef3167c0c0f (diff) | |
download | upstream-fb53b99f8cbb1e95f2c9f6b8f3945eb7836e6e79.tar.gz upstream-fb53b99f8cbb1e95f2c9f6b8f3945eb7836e6e79.tar.bz2 upstream-fb53b99f8cbb1e95f2c9f6b8f3945eb7836e6e79.zip |
provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority of configure problems
SVN-Revision: 25968
Diffstat (limited to 'include/site')
-rw-r--r-- | include/site/mipsel-openwrt-linux-uclibcgnueabi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/site/mipsel-openwrt-linux-uclibcgnueabi b/include/site/mipsel-openwrt-linux-uclibcgnueabi new file mode 100644 index 0000000000..b53d4d4844 --- /dev/null +++ b/include/site/mipsel-openwrt-linux-uclibcgnueabi @@ -0,0 +1,5 @@ +#!/bin/sh + +. $TOPDIR/include/site/mipsel-linux +. $TOPDIR/include/site/linux-uclibc + |