mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +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
|
||||
ifeq ($(BINUTILSPREFIX),)
|
||||
ifeq ($(GCCLIBDIR),)
|
||||
GCCLIBDIR:=$(shell dirname `gcc -m32 -print-libgcc-file-name`)
|
||||
GCCLIBDIR:=$(shell dirname `gcc -print-libgcc-file-name`)
|
||||
endif
|
||||
#GCCLIBDIR=
|
||||
else
|
||||
ifeq ($(CROSSGCCOPT),)
|
||||
CROSSGCCOPT=-m32
|
||||
CROSSGCCOPT=-g
|
||||
endif
|
||||
#CROSSGCCOPT=
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user