diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 18:04:15 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 18:04:15 -0600 |
commit | ba2e25c29ce92e694a4cc431419ce21e241bb50d (patch) | |
tree | 8553c1c4d9329145fb2bb850e6e2231dc87e5b50 /Makefile | |
parent | 5161c0f6bd379b8ae74c59874eb71d6782972d61 (diff) |
remove mips64el-tools: We don't support MIPS anymore
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ include config.mk ################################################################################ # these are the resulting packages -packages=doc libretools libretools-mips64el librelib gitget xbs +packages=doc libretools librelib gitget xbs # and which directories they contain doc=doc libretools=\ @@ -14,7 +14,6 @@ libretools=\ src/devtools \ src/librefetch \ src/toru -libretools-mips64el=src/mips64el-tools librelib=src/lib gitget=src/gitget xbs=\ |