From bda6e0602365a95b1858ced2438d0bd7db760639 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 12 Feb 2015 18:06:36 +1000 Subject: coreutils: MicroBlaze specific define no longer required * coreutils handles __ELF__ not being defined Signed-off-by: Nathan Rossi --- recipes-core/coreutils/coreutils_8.%.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 recipes-core/coreutils/coreutils_8.%.bbappend diff --git a/recipes-core/coreutils/coreutils_8.%.bbappend b/recipes-core/coreutils/coreutils_8.%.bbappend deleted file mode 100644 index ff1050c4..00000000 --- a/recipes-core/coreutils/coreutils_8.%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ - -# MicroBlaze does not correctly define __ELF__ despite being an ELF platform -CPPFLAGS_microblaze += " -D__ELF__ " - -- cgit v1.2.3-54-g00ecf