summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-02-12 18:06:36 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-02-12 18:06:36 +1000
commitbda6e0602365a95b1858ced2438d0bd7db760639 (patch)
tree3e0fd23b5e698305ec55f411dd5e12ddf342d464 /recipes-core
parent70a146d11045c9c90185ae3a6df7c2274e135b2e (diff)
downloadmeta-xilinx-bda6e0602365a95b1858ced2438d0bd7db760639.tar.gz
coreutils: MicroBlaze specific define no longer required
* coreutils handles __ELF__ not being defined Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/coreutils/coreutils_8.%.bbappend4
1 files changed, 0 insertions, 4 deletions
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 @@
1
2# MicroBlaze does not correctly define __ELF__ despite being an ELF platform
3CPPFLAGS_microblaze += " -D__ELF__ "
4