mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 15:00:14 +02:00
Do not use -m32 option to find generic gcc library
This commit is contained in:
parent
ad2ac98858
commit
6d26d56f2f
File diff suppressed because it is too large
Load Diff
@ -910,12 +910,12 @@ endif
|
|||||||
#CPU_TARGET=mips,mipsel
|
#CPU_TARGET=mips,mipsel
|
||||||
ifeq ($(BINUTILSPREFIX),)
|
ifeq ($(BINUTILSPREFIX),)
|
||||||
ifeq ($(GCCLIBDIR),)
|
ifeq ($(GCCLIBDIR),)
|
||||||
GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
|
GCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
|
||||||
endif
|
endif
|
||||||
#GCCLIBDIR=
|
#GCCLIBDIR=
|
||||||
else
|
else
|
||||||
ifeq ($(CROSSGCCOPT),)
|
ifeq ($(CROSSGCCOPT),)
|
||||||
CROSSGCCOPT=-m32
|
CROSSGCCOPT=-g
|
||||||
endif
|
endif
|
||||||
#CROSSGCCOPT=
|
#CROSSGCCOPT=
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user