Skip to content

Commit

Permalink
fpermissive is not needed now that we compile C code with a C compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Sep 19, 2023
1 parent 6557987 commit 6bb9765
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/makefiles/libfpp-pi-gpio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ LIBS_fpp_pi_gpio_so += -Wl,-rpath=$(SRCDIR):. -L. -ljsoncpp
TARGETS += libfpp-pi-gpio.$(SHLIB_EXT)
OBJECTS_ALL+=$(OBJECTS_fpp_pi_gpio_so)

CFLAGS_util/bcm2835.o+=-fpermissive


libfpp-pi-gpio.$(SHLIB_EXT): $(OBJECTS_fpp_pi_gpio_so) libfpp.$(SHLIB_EXT)
$(CCACHE) $(CC) -shared $(CFLAGS_$@) $(OBJECTS_fpp_pi_gpio_so) $(LIBS_fpp_pi_gpio_so) $(LDFLAGS) $(LDFLAGS_fpp_pi_gpio_so) -o $@

Expand Down

0 comments on commit 6bb9765

Please sign in to comment.