mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
* typo with -TP which should be -iTP
This commit is contained in:
parent
5d32649b29
commit
1203889536
@ -94,7 +94,7 @@ endif
|
|||||||
|
|
||||||
# CPU
|
# CPU
|
||||||
ifndef CPU
|
ifndef CPU
|
||||||
CPU=$(shell $(PP) -TP)
|
CPU=$(shell $(PP) -iTP)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
@ -990,7 +990,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.20 1999-05-03 22:29:04 peter
|
# Revision 1.21 1999-05-03 22:38:10 peter
|
||||||
|
# * typo with -TP which should be -iTP
|
||||||
|
#
|
||||||
|
# Revision 1.20 1999/05/03 22:29:04 peter
|
||||||
# * os_source,os_target depends now on the compiler
|
# * os_source,os_target depends now on the compiler
|
||||||
# * cpu depends on the compiler
|
# * cpu depends on the compiler
|
||||||
# * datestr y2k proof
|
# * datestr y2k proof
|
||||||
|
Loading…
Reference in New Issue
Block a user