From: Debian Julia Team Date: Tue, 24 Jan 2017 18:26:37 +0000 (+0000) Subject: fix-missing-buildflags X-Git-Tag: archive/raspbian/0.7.0+dfsg-1+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=addf92b10d437d92aa73221eb9529cefc0ce3e11;p=openlibm.git fix-missing-buildflags Gbp-Pq: Name fix-missing-buildflags.patch --- diff --git a/Make.inc b/Make.inc index b7903cc..6bdf94c 100644 --- a/Make.inc +++ b/Make.inc @@ -55,13 +55,6 @@ CFLAGS_add += -std=c99 -Wall -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(O default: all -# *int / *intf need to be built with -O0 -src/%int.c.o: src/%int.c - $(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@ - -src/%intf.c.o: src/%intf.c - $(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@ - %.c.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@