mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
fPIC flag for 64 bit
This commit is contained in:
committed by
Felix Ruess
parent
2a58411577
commit
fc8a242467
@@ -23,7 +23,7 @@ GLIBINC=`pkg-config --cflags glib-2.0`
|
||||
|
||||
LBITS := $(shell getconf LONG_BIT)
|
||||
ifeq ($(LBITS),64)
|
||||
CFLAGS += -fPIC
|
||||
FPIC=-fPIC
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user