WebSVN

fpc_bootstrap

Subversion Repositories:
[/] [_settings.inc.sh] - Rev 4

Compare with Previous - Blame


# settings for the build process

CWD="`pwd`"

# global settings
BUILDROOT=$CWD
DESTDIR=$CWD/dest

MAKEPROCESSES=2

# binutils specific
BINUTILS_VERSION=2.22

## fpc src path in svn (trunk or branches/fixes_X_Y)
#FPC_SRC=trunk
FPC_SRC=branches/fixes_2_6

# fpc specific
## to get a bootstap compiler for your environment, visit: http://sourceforge.net/projects/freepascal/files/Bootstrap/
FPC_BOOTSTRAP=$CWD/src/ppcx64-2.6.0

# lazarus specific
 

Powered by WebSVN 2.2.1