mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 03:38:41 +02:00
13 lines
178 B
Bash
13 lines
178 B
Bash
#! /bin/sh
|
|
|
|
FPCDIR=/usr/lib/fpc/0.99.12
|
|
|
|
# create link
|
|
ln -sf $FPCDIR/ppc386 /usr/bin/ppc386
|
|
|
|
# create /etc/ppc386.cfg
|
|
$FPCDIR/samplecfg $FPCDIR
|
|
|
|
# update ld.so cache
|
|
# ldconfig
|