From 21116876182133ab62ce0044a5ee5b176b6b477c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 20 Jan 2012 10:46:46 +0100 Subject: [PATCH] Revert "contrib: live555: use armlinux config when building for arm" This reverts commit 4135148ba02495d59c01e190843bf2cc647c7ef1. It would seem that we need to discuss more about this, before. Back to the ml. --- contrib/src/live555/rules.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak index 4f870a466e..d90c9b7a07 100644 --- a/contrib/src/live555/rules.mak +++ b/contrib/src/live555/rules.mak @@ -23,12 +23,8 @@ endif LIVE_TARGET = $(error live555 target not defined!) ifdef HAVE_LINUX -ifeq ($(ARCH),arm) -LIVE_TARGET := armlinux -else LIVE_TARGET := linux endif -endif ifdef HAVE_WIN32 LIVE_TARGET := mingw endif -- 2.39.2