mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 22:17:28 +01:00
Add powerpc specific call to gcc to get the correct libgcc directory for linux
git-svn-id: trunk@46222 -
This commit is contained in:
parent
fdb1cd38ab
commit
a5997e266f
File diff suppressed because it is too large
Load Diff
@ -852,6 +852,13 @@ CROSSGCCOPT=-m32
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifeq ($(CPU_TARGET),powerpc)
|
||||
ifeq ($(BINUTILSPREFIX),)
|
||||
GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
|
||||
else
|
||||
CROSSGCCOPT=-m32
|
||||
endif
|
||||
endif
|
||||
ifeq ($(CPU_TARGET),powerpc64)
|
||||
ifeq ($(BINUTILSPREFIX),)
|
||||
GCCLIBDIR:=$(shell dirname `gcc -m64 -print-libgcc-file-name`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user