Date: | 2013-03-30 00:33:41 (10 years 6 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 | ||
---|---|---|
13 | 13 | CC = mipsel-openwrt-linux-gcc |
14 | 14 | CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include |
15 | 15 | LDFLAGS = |
16 | LDLIBS = -L../libubb -lubb -lm -lrt | |
16 | LDLIBS = -L../libubb -lubb -lm -lrt -lpthread -ldl | |
17 | 17 | |
18 | 18 | MAIN = ubb-patgen |
19 | 19 | OBJS = ubb-patgen.o |
Branches:
master