diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-21 18:34:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-21 18:34:07 +0000 |
commit | 2004d4165a115806503d31a3d1162e1d3ab3ed6b (patch) | |
tree | 079db45f0521d47c1860a9d75019a9b9c390c71a /include/site/m68k-openwrt-linux-gnu | |
parent | 76d86cd4bba8c968475ec9390aa886b8fd6a7adf (diff) | |
download | mtk-20170518-2004d4165a115806503d31a3d1162e1d3ab3ed6b.zip mtk-20170518-2004d4165a115806503d31a3d1162e1d3ab3ed6b.tar.gz mtk-20170518-2004d4165a115806503d31a3d1162e1d3ab3ed6b.tar.bz2 |
add preliminary coldfire v4e support
SVN-Revision: 16538
Diffstat (limited to 'include/site/m68k-openwrt-linux-gnu')
-rw-r--r-- | include/site/m68k-openwrt-linux-gnu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/site/m68k-openwrt-linux-gnu b/include/site/m68k-openwrt-linux-gnu new file mode 100644 index 0000000..69c51d5 --- /dev/null +++ b/include/site/m68k-openwrt-linux-gnu @@ -0,0 +1,5 @@ +#!/bin/sh + +. $TOPDIR/include/site/m68k-linux +. $TOPDIR/include/site/linux-gnu + |