From 2bfae95a970f4c7284a2484fb967bbf9174c2cc6 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Fri, 18 Mar 2011 21:33:11 +0000 Subject: - import stage1/drakxtools mips support --- mdk-stage1/Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/Makefile.common') diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index fc4372851..95bc6d3cb 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -26,7 +26,11 @@ else F = NEWT endif +# diet libc syscalls are broken +ifneq (mips, $(ARCH)) DIET = $(shell test -x /usr/bin/diet && echo diet) +endif + ifeq ($(DIET), diet) #- default lib is dietlibc (honoured by main Makefile whenever possible) -- cgit v1.2.1