Bug #2793 » buildworld_workaround.patch
| 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
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »