mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 02:50:42 +02:00
* some fixes to keep fppkg happy
git-svn-id: trunk@2689 -
This commit is contained in:
parent
103830cd59
commit
74cc89f41a
@ -16,8 +16,7 @@ units=$(SYSTEMUNIT) objpas macpas strings syscall baseunix \
|
||||
sysutils classes typinfo math varutils \
|
||||
charset ucomplex getopts heaptrc lineinfo \
|
||||
errors sockets gpm ipc terminfo \
|
||||
video mouse keyboard serial variants types systhrds sysctl sysconst
|
||||
units_netbsd_i386=mmx cpu
|
||||
video mouse keyboard serial variants types systhrds sysctl sysconst $(CPU_UNITS)
|
||||
rsts=math varutils typinfo variants classes sysconst
|
||||
|
||||
[require]
|
||||
@ -86,6 +85,12 @@ ifndef USELIBGGI
|
||||
USELIBGGI=NO
|
||||
endif
|
||||
|
||||
ifeq ($(CPU_TARGET),i386)
|
||||
CPU_UNITS=x86 ports cpu mmx
|
||||
else
|
||||
CPU_UNITS=
|
||||
endif
|
||||
|
||||
|
||||
[rules]
|
||||
# Get the system independent include file names.
|
||||
|
Loading…
Reference in New Issue
Block a user