From 945fb79e4b54f5e4d55e3c947e6be3cd5f09e7e2 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Wed, 3 Oct 2012 07:33:44 +0200 Subject: [PATCH] GDB build: Remove symbian target Change-Id: Id15d42d9447221be85baff92d08823d3fff4c3da Reviewed-by: David Schulz <david.schulz@digia.com> --- dist/gdb/Makefile.linux | 2 +- dist/gdb/Makefile.mingw | 2 +- dist/gdb/Makefile.osx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/gdb/Makefile.linux b/dist/gdb/Makefile.linux index bebd2a05429..1c7d6da33bc 100644 --- a/dist/gdb/Makefile.linux +++ b/dist/gdb/Makefile.linux @@ -1,6 +1,6 @@ broot=${PWD} source=${broot}/source -targets=x86_64-unknown-linux-gnu i686-unknown-linux-gnu arm-none-linux-gnueabi arm-none-symbianelf +targets=x86_64-unknown-linux-gnu i686-unknown-linux-gnu arm-none-linux-gnueabi staging=${broot}/staging pyversion=2.7 expatversion=2.0.1 diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw index 354610a1051..e8e0f80563a 100644 --- a/dist/gdb/Makefile.mingw +++ b/dist/gdb/Makefile.mingw @@ -1,6 +1,6 @@ broot=${PWD} source=${broot}/source -targets=arm-none-symbianelf arm-none-linux-gnueabi i686-pc-mingw32 +targets=arm-none-linux-gnueabi i686-pc-mingw32 staging=${broot}/staging pyversion=2.7 pydir=${broot}/python diff --git a/dist/gdb/Makefile.osx b/dist/gdb/Makefile.osx index 4060b166f84..6b03bf6b293 100644 --- a/dist/gdb/Makefile.osx +++ b/dist/gdb/Makefile.osx @@ -1,6 +1,6 @@ broot=${PWD} source=${broot}/source -targets=x86_64-unknown-linux-gnu i686-unknown-linux-gnu arm-none-linux-gnueabi arm-none-symbianelf +targets=x86_64-unknown-linux-gnu i686-unknown-linux-gnu arm-none-linux-gnueabi staging=${broot}/staging pyversion=2.7 expatversion=2.0.1 -- GitLab