Date:2013-03-30 00:33:41 (10 years 11 months ago)
Author:Werner Almesberger
Commit:1d78c01bba4a4e1f3986985c498b170cecf68fa2
Message:ubb-patgen/Makefile (LDLIBS): add -lpthread -ldl

Strangly, using what's supposedly the same toolchain, I didn't seem to
need these items in the past. Or maybe I just never tried a non-static
build.
Files: ubb-patgen/Makefile (1 diff)

Change Details

ubb-patgen/Makefile
1313CC = mipsel-openwrt-linux-gcc
1414CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
1515LDFLAGS =
16LDLIBS = -L../libubb -lubb -lm -lrt
16LDLIBS = -L../libubb -lubb -lm -lrt -lpthread -ldl
1717
1818MAIN = ubb-patgen
1919OBJS = ubb-patgen.o

Archive Download the corresponding diff file

Branches:
master



interactive