mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
* Alpha changes
This commit is contained in:
parent
c13c6e8b74
commit
9dfff6d0fc
@ -97,13 +97,13 @@ begin
|
|||||||
if (switch='S') and (
|
if (switch='S') and (
|
||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
(target_info.target = target_i386_linux)
|
(target_info.target = target_i386_linux)
|
||||||
{$ifdef m68k}
|
{$else}
|
||||||
or
|
|
||||||
{$endif m68k}
|
|
||||||
{$endif i386}
|
|
||||||
{$ifdef m68k}
|
{$ifdef m68k}
|
||||||
(target_info.target = target_m68k_linux)
|
(target_info.target = target_m68k_linux)
|
||||||
|
{$else}
|
||||||
|
True
|
||||||
{$endif m68k}
|
{$endif m68k}
|
||||||
|
{$endif i386}
|
||||||
) then
|
) then
|
||||||
Message(scan_n_stack_check_global_under_linux);
|
Message(scan_n_stack_check_global_under_linux);
|
||||||
end;
|
end;
|
||||||
@ -171,7 +171,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.21 1999-04-25 22:34:59 pierre
|
Revision 1.22 1999-08-01 23:35:06 michael
|
||||||
|
* Alpha changes
|
||||||
|
|
||||||
|
Revision 1.21 1999/04/25 22:34:59 pierre
|
||||||
+ cs_typed_const_not_changeable added but not implemented yet !
|
+ cs_typed_const_not_changeable added but not implemented yet !
|
||||||
|
|
||||||
Revision 1.20 1999/02/22 13:07:06 pierre
|
Revision 1.20 1999/02/22 13:07:06 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user