Recent

Author Topic: exclude ALL packages from build  (Read 646 times)

Key-Real

  • Sr. Member
  • ****
  • Posts: 372
exclude ALL packages from build
« on: April 18, 2024, 11:18:43 pm »
is it possible to exclude all packages from a build when I do:

make all CPU_TARGET=mipsel OS_TARGET=ps1


or is the only way to edit each fpmake.pp like this:

P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macosclassic,palmos,atari,zxspectrum,msxdos,amstradcpc,sinclairql,wasi,human68k];

PascalDragon

  • Hero Member
  • *****
  • Posts: 5764
  • Compiler Developer
Re: exclude ALL packages from build
« Reply #1 on: April 18, 2024, 11:33:29 pm »
As a first step it would probably be better to only work with make cycle which will only compile the compiler and the RTL or to build the compiler once and do a make all only inside the rtl directory. Once the RTL works you can try to find out where things break in packages.

 

TinyPortal © 2005-2018