summaryrefslogtreecommitdiff
path: root/compiler/utils/fpc.pp
Commit message (Expand)AuthorAgeFilesLines
* + support wasm32 in the fpc utilitynickysn2020-08-061-0/+6
* + support z80 in the fpc launcher utilitynickysn2020-06-201-0/+2
* * fpc: don't search for compiler binary in current directory when paramstr(0)jonas2020-03-291-1/+1
* makefiles: Add support for xtensa-embedded target.laksen2020-03-211-0/+6
* atari: fpc now searches for the compiler with .ttp extension, as that's the d...karoly2019-01-301-1/+5
* Add missing support for -PriscvXX and -Psparc64pierre2019-01-101-6/+12
* Merged riscv_new branchflorian2018-09-261-0/+8
* + sparc64 support for the fpc executableflorian2017-08-201-1/+5
* * Also search for ppcXXX if ppcrossXXX is not found for -PB option, show def...pierre2016-08-111-1/+10
* + Aarch64 support in the fpc binary (patch by Edmund Grimley Evans)jonas2015-05-221-1/+7
* merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus ...karoly2014-08-171-9/+5
* Added AVR support to fpc and root Makefile.laksen2014-03-041-0/+2
* Also respect the supplied version suffix when printing the compiler path name...svenbarth2014-02-261-0/+2
* + added i8086 to the list of supported CPUs by FPC.exenickysn2013-10-151-0/+2
* Add defautl mips name and use mips instead of mipsebpierre2012-06-261-2/+11
* Merge of rev21557 by Foxsenpierre2012-06-131-2/+2
* + Add support for the JVM architecture to the compiler driver "fpc"svenbarth2012-05-031-0/+2
* * add previously missing support for proper handling of -? from the fpc binaryhajny2012-04-021-0/+2
* * fpc binary supported options made localizable and not shown separately fr...hajny2012-04-021-25/+13
* * also print fpc-specific help when executed without parameters or with -hjonas2012-03-091-17/+32
* * don't search use extrapath for searching ppc* if extrapath is empty because...florian2010-01-311-1/+4
* * Use ExeSearch instead of FileSearch to find compiler executablejoost2009-03-221-1/+1
* * always use ppc<targetcpu> instead of ppcross<targetcpu> on darwin,jonas2008-02-101-0/+9
* * pass arguments to the compiler using an array of ansistring so thatjonas2007-01-151-3/+9
* + support for -Xp to path the compiler executables to fpcflorian2006-10-281-4/+17
* * do not try to call cross compiler if host CPU was specified using -P parame...yury2006-03-051-38/+42
* * now first searches ppcross<target> if -P<target> is specified.marco2006-03-051-16/+37
* * made fpc recognize the powerpc64 platform and the associated compilertom_at_work2005-10-251-0/+6
* * removed dos usage from fpc binary. (mostly fsearch -> filesearch).marco2005-10-131-7/+5
* * remove $Logpeter2005-06-071-12/+0
* * log and id tags removedfpc2005-05-211-1/+0
* * post 2.0.0 fixes from cvspeter2005-05-161-2/+5
* initial importfpc2005-05-161-0/+217