florian
|
fc6d558727
* compile always with -CX -XX for Z80
|
3 years ago |
Pierre Muller
|
6d26d56f2f
Do not use -m32 option to find generic gcc library
|
3 years ago |
Pierre Muller
|
982071d4a9
Try to fix mips gcc troubles
|
3 years ago |
florian
|
19ff0fe9e5
* patch from Debian packages by Paul Gevers, fixes spelling
|
3 years ago |
Pierre Muller
|
6bded28a10
Fix gcc options for mips CPU
|
3 years ago |
florian
|
b2eaa4e701
+ some MIPS64 stuff added to the Makefiles
|
3 years ago |
Robert Roland
|
53e5a4a03a
Adding aaarch64-embedded target
|
3 years ago |
Pierre Muller
|
7d1b7eda0e
Use filter instead of findstring make function when a whole word needs to match
|
3 years ago |
florian
|
5c9de7edd7
* compile fpc with -Cg on powerpc64-linux
|
3 years ago |
nickysn
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
florian
|
fe06cddbbf
* pass suitable sysroot to aarch64-darwin compiler, if none is supplied by SYSROOTPATH
|
4 years ago |
florian
|
62ea31f255
* riscv64-linux: generate PIC for all units as it is required for shared libraries
|
4 years ago |
pierre
|
96acda5ac9
Add special gcc options for riscv32/riscv64 gcc calls
|
4 years ago |
pierre
|
ec11284222
Only add -Xr option if RLINKPATH variable is not empty
|
4 years ago |
pierre
|
660cfc49e8
Add gcc specific options -mabi=32/-mabi=64 for mips CPU
|
4 years ago |
pierre
|
a5997e266f
Add powerpc specific call to gcc to get the correct libgcc directory for linux
|
5 years ago |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 years ago |
svenbarth
|
a04ec36a61
+ add support for Z80 MSX-DOS to fpcmake
|
5 years ago |
pierre
|
5ffc1b8152
Use GCCLIBDIR variable for FPCMAKEGCCLIBDIR if FPCFPMAKE has same target cpu as CPU_TARGET
|
5 years ago |
nickysn
|
56b79257a1
* fixed fpmake invokation when building an i386-linux snapshot on a x86_64-linux host
|
5 years ago |
nickysn
|
d57ffc4745
* changed the object file format for z80-embedded and z80-zxspectrum to .rel
|
5 years ago |
pierre
|
3f9e6aa6b9
Add handling of sparc64-linux and pass -m32/-m64 to $CROSSGCC call
|
5 years ago |
florian
|
8ac8c79a71
+ initial support for arm-freertos largely based on patch by Michael Ring
|
5 years ago |
florian
|
0750fdf410
* xtensa-freertos requires also SUBARCH being set
|
5 years ago |
Jonas Maebe
|
f81dac4f6f
- remove ld.so.conf parsing from makefiles: this was probably done because we
|
5 years ago |
florian
|
1643fc5210
+ xtensa-embedded: patch by Christo Crause to check and support SUBARCH
|
5 years ago |
Jonas Maebe
|
218ca87a3f
* always add the libgcc search directory under Linux, as it is required for
|
5 years ago |
Jonas Maebe
|
468c8fb820
- removed FPC pre-2.1 optimization options
|
5 years ago |
florian
|
798a1b6219
* -P option for ppumove
|
5 years ago |
pierre
|
3238a07a54
Use delayed rules variables containing lists of files when the list can be modified by other Makefile targets generated in between
|
5 years ago |