svenbarth
|
aacea142de
* also fix compilation of macutils unit after macutils.inc had been changed
|
8 years ago |
Károly Balogh
|
8830ee0a3b
powerpc: assume that the MPW assembler supports 8 byte alignments. (based on some inconclusive internet search it should, but this is not confirmed)
|
8 years ago |
Károly Balogh
|
fa9a34f738
macos: build fixes (powerpc), system unit at least should build now, after an IE in the MPW assembler writer is fixed
|
8 years ago |
svenbarth
|
677c35c083
* better fix for detecting Comp's type
|
8 years ago |
svenbarth
|
ff927eb11a
* fix test due to WideString = UnicodeString and Comp = Extended on some platforms
|
8 years ago |
Károly Balogh
|
e3ffeed1b2
m68k: removed traces of the never obsolete/ancient openbsd-m68k and never existed freebsd-m68k ports
|
8 years ago |
svenbarth
|
187ebc6821
* adjust/update guard against older compiler versions
|
8 years ago |
svenbarth
|
0b02dab684
+ new Delphi-compatible intrinsic GetTypeKind() which returns the TTypeKind of a type as a constant value (and thus can be optimized away in If- and Case-statements)
|
8 years ago |
svenbarth
|
7e692fac2b
+ new utility function get_typekind() to retrieve the TTypeKind value of a def
|
8 years ago |
svenbarth
|
8b5461367b
* move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic
|
8 years ago |
svenbarth
|
5deca8ed7b
* copy and include rttih.inc (even though the functions are not available currently)
|
8 years ago |
svenbarth
|
2095cca98f
* ensure that source info is set correctly on Win64 by including i_win for all Windows targets (this is especially important when cross compiling (e.g. Java) as otherwise the utilities won't be found correctly)
|
8 years ago |
pierre
|
6a416a6aa1
use --32/--64 for Darwin GNU assembler calls
|
8 years ago |
pierre
|
2ccf7682b5
Fix RTL compilation of wii OS (with -Sfresources only)
|
8 years ago |
Károly Balogh
|
a1c879d093
* some tabs-to-spaces and whitespace cleanup. no functional changes
|
8 years ago |
nickysn
|
3c96090d3c
+ optimized avr code generation for shr by shiftcount=size*8-1 and sar by
|
8 years ago |
nickysn
|
1476b5168d
+ added F_PL and F_MI to TResFlags for avr. This allows generating the BRPL and
|
8 years ago |
pierre
|
225c4f33e9
Use old -m68020 architecture option for m68k-palmos assembler (version 2.14 from PRC tools)
|
8 years ago |
pierre
|
d5b314ca52
Fix EMX rtl compilation
|
8 years ago |
Károly Balogh
|
fed07e6643
m68k-palmos: yet another broken-over-a-decade platform build fixed
|
8 years ago |
Károly Balogh
|
5f2dce07d3
m68k-palmos: skeleton for a recent system unit
|
8 years ago |
pierre
|
4c7b73d48d
Adjust string size for CpuTxt and Targets string arrays
|
8 years ago |
pierre
|
90e846a470
Obsolete system_i386_qnx and remove last references to system_i386_qnx
|
8 years ago |
Károly Balogh
|
914ac30919
netbsd/powerpc: made it to build at least. resulting executables probably still crash & burn
|
8 years ago |
marco
|
d98065d706
* change external name of wait to wait instead of waitpid. Reported
|
8 years ago |
pierre
|
b74c805c49
Fix singlezipinstall for systems that set NoNativeBinaries to 1
|
8 years ago |
pierre
|
527d2dea4f
Set EXEEXT to SRCEXEEXT if NoNativeBinaries is set (allow snapshot of jvm-java on linux)
|
8 years ago |
pierre
|
5718fba573
Partial fix for symbian rtl Makefile problems
|
8 years ago |
pierre
|
82aa8c4d2f
Use REPE prefix instead of REP before CMPS{B,W,L} instruction (wasm generates an error for REP)
|
8 years ago |
joost
|
fd8072e525
* When available, try to negotiate a TLS connection, if not available, use the deprecated way (sslv23)
|
8 years ago |