about summary refs log tree commit diff
path: root/pkgs/development/compilers/smlnj/heap2exec.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/smlnj/heap2exec.diff')
-rw-r--r--pkgs/development/compilers/smlnj/heap2exec.diff9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/compilers/smlnj/heap2exec.diff b/pkgs/development/compilers/smlnj/heap2exec.diff
deleted file mode 100644
index ef21a8e7f072..000000000000
--- a/pkgs/development/compilers/smlnj/heap2exec.diff
+++ /dev/null
@@ -1,9 +0,0 @@
-@@ -35,7 +35,7 @@
-     BIN_DIR=${SMLNJ_HOME}/bin
- fi
- 
--ARCH_N_OPSYS=`"$BIN_DIR/.arch-n-opsys $SIZE_OPT"`
-+ARCH_N_OPSYS=`$BIN_DIR/.arch-n-opsys $SIZE_OPT`
- if [ "$?" != "0" ]; then
- 	die "unable to determine architecture/operating system"
- fi