mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* another fix.
git-svn-id: trunk@11794 -
This commit is contained in:
parent
61dd45f079
commit
2fbee5193d
@ -301,7 +301,7 @@ ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT) sdlgraph
|
||||
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT)
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||
override TARGET_UNITS+=graph
|
||||
@ -322,7 +322,7 @@ ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT) sdlgraph
|
||||
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT)
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
|
||||
|
@ -29,7 +29,7 @@ units_go32v2=graph
|
||||
units_amiga=graph
|
||||
units_i386_linux=sdlgraph
|
||||
units_powerpc_linux=sdlgraph
|
||||
units_freebsd=sdlgraph
|
||||
units_i386_freebsd=sdlgraph
|
||||
units_win32=sdlgraph
|
||||
units_powerpc_darwin=sdlgraph
|
||||
units_i386_darwin=sdlgraph
|
||||
|
Loading…
Reference in New Issue
Block a user