Project

General

Profile

Bug #2793 » buildworld_workaround.patch

gpr, 08/04/2015 06:37 AM

View differences:

gnu/usr.bin/cc50/libbackend/Makefile
# hack to force c++ compiler to compile *.c files to create library
.for cfile in ${BACKEND_OBJS}
${cfile}: ${cfile:.o=.c}
${CXX} ${STATIC_CXXFLAGS} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
${CXX} ${STATIC_CXXFLAGS} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET} -O0
.endfor
dfp.o: gstdint.h
(4-4/4)