]> Git Repo - uclibc-ng.git/blob - ldso/Rules.mak
Rework where libraries get installed to. Now thew will be compiled and
[uclibc-ng.git] / ldso / Rules.mak
1 include $(TOPDIR)Rules.mak
2
3 LDSO_VERSION=1.9.11
4 LIBDL = libdl.so
5
6 DEVEL=true
7
8 # Do NOT use -fomit-frame-pointer -- It won't work!
9 CFLAGS  += -DVERSION=\"$(LDSO_VERSION)\"
10
11 CC = $(TOPDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc
12 ifeq ($(DEVEL),true)
13         CFLAGS += -DUCLIBC_INSTALL_DIR=\"$(INSTALL_DIR)\"
14         CFLAGS += -DUCLIBC_DEVEL
15 endif
This page took 0.025092 seconds and 4 git commands to generate.