patches/duma/2_5_1/110-separate_cpp.patch
author Jang, Bongseo <graycells@gmail.com>
Sun Sep 23 11:18:30 2012 +0900 (2012-09-23)
changeset 3058 2800ef0ff450
parent 236 42650dc4e95e
permissions -rw-r--r--
libc/eglibc: Split changeset 3052:06b663f297 into eglibc/libc and eglibc/ports patches

crosstool-ng's glibc patche is made against glibc/libc sub-dir.
changeset 3052:06b663f297 is against glibc top-dir. it needs to split.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
[yann.morin.1998@free.fr: fix the ports patches depth]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-ID: <5040c8e83e35618361dc.1348370890@localhost.localdomain>
PatchWork-ID: 186177
     1 diff -dur duma_2_5_1.orig/Makefile duma_2_5_1/Makefile
     2 --- duma_2_5_1.orig/Makefile	2007-07-11 17:49:43.000000000 +0200
     3 +++ duma_2_5_1/Makefile	2007-07-11 17:50:46.000000000 +0200
     4 @@ -115,9 +115,14 @@
     5  	dumatest.c tstheap.c dumatestpp.cpp testoperators.cpp \
     6  	createconf.c
     7  
     8 -OBJECTS = dumapp.o duma.o sem_inc.o print.o
     9 +OBJECTS = duma.o sem_inc.o print.o
    10 +SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
    11 +
    12 +ifeq ($(DUMA_CPP),1)
    13 +OBJECTS += dumapp.o
    14 +SO_OBJECTS += dumapp_so.o
    15 +endif
    16  
    17 -SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
    18  
    19  all:	libduma.a $(DUMASO) tstheap dumatest dumatestpp testoperators tstheap_so dumatestpp_so
    20  	@ echo "Testing DUMA."