aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/newlib/newlib_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/newlib/newlib_2.5.0.bb')
-rw-r--r--recipes-core/newlib/newlib_2.5.0.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-core/newlib/newlib_2.5.0.bb b/recipes-core/newlib/newlib_2.5.0.bb
deleted file mode 100644
index dc30c6b2..00000000
--- a/recipes-core/newlib/newlib_2.5.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-
-require newlib.inc
-
-do_configure_prepend_microblaze() {
- # hack for microblaze, which needs xilinx.ld to literally do any linking (its hard coded in its LINK_SPEC)
- export CC="${CC} -L${S}/libgloss/microblaze"
-}
-
-do_configure() {
- ${S}/configure ${CONFIGUREOPTS}
-}