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