summaryrefslogtreecommitdiffstats
path: root/devel/fpc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc/INSTALL')
-rwxr-xr-xdevel/fpc/INSTALL8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/fpc/INSTALL b/devel/fpc/INSTALL
index 160e31b389..10a1985f58 100755
--- a/devel/fpc/INSTALL
+++ b/devel/fpc/INSTALL
@@ -1,11 +1,3 @@
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
- ARCH=386
-elif [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- ARCH=x64
-else
- ARCH=386
-fi &&
-
local FPCDEST FPCDIR FPC_COMP FPC_MAKE &&
FPCDEST=${INSTALL_ROOT}/usr &&
FPCDIR=$FPCDEST/lib/fpc/${VERSION//rc?} &&