summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/live555/files
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-09-07 05:54:07 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-07 08:07:05 +0200
commitce464aff2f3f5d851e876ce831be78c191587b51 (patch)
tree443618ef24bf8c65559769419d8abd6f8f58f2d8 /meta-oe/recipes-multimedia/live555/files
parent6e0fb5ec91f5d397b519908e45664f8ce5c64190 (diff)
downloadmeta-openembedded-ce464aff2f3f5d851e876ce831be78c191587b51.tar.gz
live555: Imported from OE classic
Dropped PR=r* and changed LICENSE to LGPLv3 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/live555/files')
-rw-r--r--meta-oe/recipes-multimedia/live555/files/config.linux-cross17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/live555/files/config.linux-cross b/meta-oe/recipes-multimedia/live555/files/config.linux-cross
new file mode 100644
index 000000000..d1277da8d
--- /dev/null
+++ b/meta-oe/recipes-multimedia/live555/files/config.linux-cross
@@ -0,0 +1,17 @@
1COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1
2C = c
3C_COMPILER = $(CC)
4C_FLAGS = $(COMPILE_OPTS)
5CPP = cpp
6CPLUSPLUS_COMPILER = $(CXX)
7CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1
8OBJ = o
9LINK = $(CXX) -o
10LINK_OPTS = -L.
11CONSOLE_LINK_OPTS = $(LINK_OPTS)
12LIBRARY_LINK = $(LD) -o
13LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
14LIB_SUFFIX = a
15LIBS_FOR_CONSOLE_APPLICATION =
16LIBS_FOR_GUI_APPLICATION =
17EXE =