mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 22:49:37 +01:00
11 lines
261 B
Bash
11 lines
261 B
Bash
#! /bin/sh
|
|
|
|
# create link
|
|
ln -sf /usr/lib/fpc/0.99.10/ppc386 /usr/bin/ppc386
|
|
|
|
# create /etc/ppc386.cfg
|
|
/usr/lib/fpc/0.99.10/samplecfg /usr/lib/fpc/0.99.10 `dirname \`find /usr/lib/gcc-lib/ -name libgcc.a -print | grep -v egcs \``
|
|
|
|
# update ld.so cache
|
|
ldconfig
|