mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* updated
This commit is contained in:
parent
e7691bea7a
commit
40eb6ad985
@ -3,7 +3,7 @@ Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Ulf Jaenicke-Roessler <ujr@debian.org>
|
||||
Standards-Version: 3.1.1
|
||||
Build-Depends: fp-compiler, debhelper, tetex-bin, awk
|
||||
Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
|
||||
|
||||
Package: fp-compiler
|
||||
Architecture: i386
|
||||
|
@ -3,7 +3,7 @@ Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Ulf Jaenicke-Roessler <ujr@debian.org>
|
||||
Standards-Version: 3.1.1
|
||||
Build-Depends: fp-compiler, debhelper, tetex-bin, awk
|
||||
Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk
|
||||
|
||||
Package: fp-compiler
|
||||
Architecture: i386
|
||||
|
@ -31,17 +31,17 @@ utils. Provided units are the runtime library (RTL), free component library
|
||||
|
||||
%build
|
||||
NEWPP=`pwd`/compiler/ppc386
|
||||
make compiler_cycle
|
||||
make rtl_clean rtl_smart PP=${NEWPP}
|
||||
make packages_smart PP=${NEWPP}
|
||||
make fcl_smart PP=${NEWPP}
|
||||
make utils_all PP=${NEWPP}
|
||||
make compiler_cycle FPC_VERSION=`ppc386 -iV`
|
||||
make rtl_clean rtl_smart FPC=${NEWPP}
|
||||
make packages_smart FPC=${NEWPP}
|
||||
make fcl_smart FPC=${NEWPP}
|
||||
make utils_all FPC=${NEWPP}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
NEWPP=`pwd`/compiler/ppc386
|
||||
INSTALLOPTS="PP=${NEWPP} INSTALL_PREFIX=%{buildroot}/usr INSTALL_DOCDIR=%{builddocdir}"
|
||||
INSTALLOPTS="FPC=${NEWPP} INSTALL_PREFIX=%{buildroot}/usr INSTALL_DOCDIR=%{builddocdir}"
|
||||
make compiler_distinstall ${INSTALLOPTS}
|
||||
make rtl_distinstall ${INSTALLOPTS}
|
||||
make packages_distinstall ${INSTALLOPTS}
|
||||
|
Loading…
Reference in New Issue
Block a user