From 5ddd26ca75fbb21d667644559e007eb964ae2ca2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Mar 2017 00:33:40 +0100 Subject: [PATCH] Remove outdated sections from the README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6b0905f6a3..6f97501873 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,8 @@ Resources * [Beyond Linux From Scratch](http://www.linuxfromscratch.org/blfs/view/stable/) -* [Cross-Compiled Linux From Scratch](http://www.clfs.org/view/CLFS-3.0.0-SYSVINIT/mips64-64/) - * [OpenWrt](https://openwrt.org/) as an embedded Linx distribution contains [patches and build scripts](https://dev.openwrt.org/browser/packages) -* http://dan.drown.org/android contains [patches for cross-compiling to Android](http://dan.drown.org/android/src/) as well as [work notes](http://dan.drown.org/android/worknotes.html), including a modified dynamic linker to avoid messing with `LD_LIBRARY_PATH`. - * [Kivy recipes](https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes) contains recipes for building packages for Android.