summaryrefslogtreecommitdiffstats
path: root/icu-config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'icu-config.sh')
-rw-r--r--icu-config.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/icu-config.sh b/icu-config.sh
deleted file mode 100644
index df2089d..0000000
--- a/icu-config.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-OOO_ARCH=$(uname -m)
-case $OOO_ARCH in
- x86_64 | s390x | ppc64 | sparc64)
- bits=64
- ;;
- * )
- bits=32
- ;;
-esac
-exec icu-config-$bits "$@"