summaryrefslogtreecommitdiff
path: root/bit_bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bit_bfd')
-rw-r--r--bit_bfd18
1 files changed, 0 insertions, 18 deletions
diff --git a/bit_bfd b/bit_bfd
deleted file mode 100644
index a6568f6..0000000
--- a/bit_bfd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-#
-# $Id$
-#
-
-#
-# Where to find the binutils source
-#
-BINUTILS_SRC_DIR=~/src/RTEMS/bt/binutils-2.13.1
-set -ex
-
-rm -rf build
-mkdir build
-cd build
-make -w BINUTILS_SRC_DIR="$BINUTILS_SRC_DIR" -f ../RTEMS_Makefiles/Makefile.bfd
-cd ..
-rm -rf build