mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 23:38:54 +00:00
patches: remove obsolete D.U.M.A. patches
User cannot choose D.U.M.A. versions prior to 2.5.15 in config, so remove useless patches. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
parent
87088fe9b0
commit
1d28793575
@ -1,32 +0,0 @@
|
||||
diff -dur duma_2_5_1/Makefile duma_2_5_1.orig/Makefile
|
||||
--- duma_2_5_1/Makefile 2006-06-18 06:02:13.000000000 +0200
|
||||
+++ duma_2_5_1.orig/Makefile 2007-07-11 17:49:43.000000000 +0200
|
||||
@@ -98,10 +98,6 @@
|
||||
LIBS=-lpthread
|
||||
endif
|
||||
|
||||
-
|
||||
-CC=gcc
|
||||
-CXX=g++
|
||||
-AR=ar
|
||||
INSTALL=install
|
||||
|
||||
############################################################
|
||||
@@ -169,7 +165,7 @@
|
||||
|
||||
createconf: createconf.o
|
||||
- rm -f createconf
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf
|
||||
|
||||
tstheap: libduma.a tstheap.o
|
||||
- rm -f tstheap
|
||||
@@ -211,7 +207,7 @@
|
||||
# define rules how to build objects for createconf
|
||||
#
|
||||
createconf.o:
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
|
||||
|
||||
#
|
@ -1,20 +0,0 @@
|
||||
diff -dur duma_2_5_1.orig/Makefile duma_2_5_1/Makefile
|
||||
--- duma_2_5_1.orig/Makefile 2007-07-11 17:49:43.000000000 +0200
|
||||
+++ duma_2_5_1/Makefile 2007-07-11 17:50:46.000000000 +0200
|
||||
@@ -115,9 +115,14 @@
|
||||
dumatest.c tstheap.c dumatestpp.cpp testoperators.cpp \
|
||||
createconf.c
|
||||
|
||||
-OBJECTS = dumapp.o duma.o sem_inc.o print.o
|
||||
+OBJECTS = duma.o sem_inc.o print.o
|
||||
+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
|
||||
+
|
||||
+ifeq ($(DUMA_CPP),1)
|
||||
+OBJECTS += dumapp.o
|
||||
+SO_OBJECTS += dumapp_so.o
|
||||
+endif
|
||||
|
||||
-SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
|
||||
|
||||
all: libduma.a $(DUMASO) tstheap dumatest dumatestpp testoperators tstheap_so dumatestpp_so
|
||||
@ echo "Testing DUMA."
|
@ -1,31 +0,0 @@
|
||||
diff -durN duma_2_5_12.orig/Makefile duma_2_5_12/Makefile
|
||||
--- duma_2_5_12.orig/Makefile 2007-08-17 09:34:25.000000000 +0200
|
||||
+++ duma_2_5_12/Makefile 2007-09-07 21:50:04.000000000 +0200
|
||||
@@ -93,9 +93,6 @@
|
||||
# also define 'WIN32'
|
||||
|
||||
# some defaults:
|
||||
-CC=gcc
|
||||
-CXX=g++
|
||||
-AR=ar
|
||||
INSTALL=install
|
||||
RM=rm
|
||||
RMFORCE=rm -f
|
||||
@@ -299,7 +296,7 @@
|
||||
|
||||
createconf$(EXEPOSTFIX): createconf.o
|
||||
- $(RMFORCE) createconf$(EXEPOSTFIX)
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
|
||||
tstheap$(EXEPOSTFIX): libduma.a tstheap.o
|
||||
- $(RMFORCE) tstheap$(EXEPOSTFIX)
|
||||
@@ -360,7 +357,7 @@
|
||||
# define rules how to build objects for createconf
|
||||
#
|
||||
createconf.o:
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
|
||||
|
||||
#
|
@ -1,19 +0,0 @@
|
||||
diff -durN duma_2_5_12.orig/Makefile duma_2_5_12/Makefile
|
||||
--- duma_2_5_12.orig/Makefile 2007-09-07 21:57:45.000000000 +0200
|
||||
+++ duma_2_5_12/Makefile 2007-09-07 21:58:35.000000000 +0200
|
||||
@@ -231,9 +231,13 @@
|
||||
dumatest.c tstheap.c thread-test.c testmt.c dumatestpp.cpp testoperators.cpp \
|
||||
createconf.c
|
||||
|
||||
-OBJECTS = dumapp.o duma.o sem_inc.o print.o
|
||||
+OBJECTS = duma.o sem_inc.o print.o
|
||||
+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
|
||||
|
||||
-SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
|
||||
+ifeq ($(DUMA_CPP),1)
|
||||
+OBJECTS += dumapp.o
|
||||
+SO_OBJECTS += dumapp_so.o
|
||||
+endif
|
||||
|
||||
all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) thread-test$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
|
||||
@ $(ECHOLF)
|
@ -1,32 +0,0 @@
|
||||
diff -durN duma_2_5_14.orig/Makefile duma_2_5_14/Makefile
|
||||
--- duma_2_5_14.orig/Makefile 2008-03-13 00:54:10.000000000 +0100
|
||||
+++ duma_2_5_14/Makefile 2008-06-17 10:28:45.000000000 +0200
|
||||
@@ -93,10 +93,6 @@
|
||||
# also define 'WIN32'
|
||||
|
||||
# some defaults:
|
||||
-CC=gcc
|
||||
-CXX=g++
|
||||
-AR=ar
|
||||
-RANLIB=ranlib
|
||||
INSTALL=install
|
||||
RM=rm
|
||||
RMFORCE=rm -f
|
||||
@@ -317,7 +313,7 @@
|
||||
|
||||
createconf$(EXEPOSTFIX): createconf.o
|
||||
- $(RMFORCE) createconf$(EXEPOSTFIX)
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
|
||||
tstheap$(EXEPOSTFIX): libduma.a tstheap.o
|
||||
- $(RMFORCE) tstheap$(EXEPOSTFIX)
|
||||
@@ -378,7 +374,7 @@
|
||||
# define rules how to build objects for createconf
|
||||
#
|
||||
createconf.o:
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
|
||||
|
||||
#
|
@ -1,19 +0,0 @@
|
||||
diff -durN duma_2_5_14.orig/Makefile duma_2_5_14/Makefile
|
||||
--- duma_2_5_14.orig/Makefile 2008-06-17 10:30:40.000000000 +0200
|
||||
+++ duma_2_5_14/Makefile 2008-06-17 10:30:17.000000000 +0200
|
||||
@@ -228,9 +228,13 @@
|
||||
dumatest.c tstheap.c thread-test.c testmt.c dumatestpp.cpp testoperators.cpp \
|
||||
createconf.c
|
||||
|
||||
-OBJECTS = dumapp.o duma.o sem_inc.o print.o
|
||||
+OBJECTS = duma.o sem_inc.o print.o
|
||||
+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
|
||||
|
||||
-SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
|
||||
+ifeq ($(DUMA_CPP),1)
|
||||
+OBJECTS += dumapp.o
|
||||
+SO_OBJECTS += dumapp_so.o
|
||||
+endif
|
||||
|
||||
all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) thread-test$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
|
||||
|
@ -1,31 +0,0 @@
|
||||
diff -durN duma_2_5_8.orig/Makefile duma_2_5_8/Makefile
|
||||
--- duma_2_5_8.orig/Makefile 2007-08-17 09:34:25.000000000 +0200
|
||||
+++ duma_2_5_8/Makefile 2007-09-07 21:50:04.000000000 +0200
|
||||
@@ -93,9 +93,6 @@
|
||||
# also define 'WIN32'
|
||||
|
||||
# some defaults:
|
||||
-CC=gcc
|
||||
-CXX=g++
|
||||
-AR=ar
|
||||
INSTALL=install
|
||||
RM=rm
|
||||
RMFORCE=rm -f
|
||||
@@ -281,7 +278,7 @@
|
||||
|
||||
createconf$(EXEPOSTFIX): createconf.o
|
||||
- $(RMFORCE) createconf$(EXEPOSTFIX)
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX)
|
||||
|
||||
tstheap$(EXEPOSTFIX): libduma.a tstheap.o
|
||||
- $(RMFORCE) tstheap$(EXEPOSTFIX)
|
||||
@@ -338,7 +335,7 @@
|
||||
# define rules how to build objects for createconf
|
||||
#
|
||||
createconf.o:
|
||||
- $(CC) $(CFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
+ $(HOSTCC) $(HOSTCFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
||||
|
||||
|
||||
#
|
@ -1,19 +0,0 @@
|
||||
diff -durN duma_2_5_8.orig/Makefile duma_2_5_8/Makefile
|
||||
--- duma_2_5_8.orig/Makefile 2007-09-07 21:57:45.000000000 +0200
|
||||
+++ duma_2_5_8/Makefile 2007-09-07 21:58:35.000000000 +0200
|
||||
@@ -216,9 +216,13 @@
|
||||
dumatest.c tstheap.c testmt.c dumatestpp.cpp testoperators.cpp \
|
||||
createconf.c
|
||||
|
||||
-OBJECTS = dumapp.o duma.o sem_inc.o print.o
|
||||
+OBJECTS = duma.o sem_inc.o print.o
|
||||
+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
|
||||
|
||||
-SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
|
||||
+ifeq ($(DUMA_CPP),1)
|
||||
+OBJECTS += dumapp.o
|
||||
+SO_OBJECTS += dumapp_so.o
|
||||
+endif
|
||||
|
||||
all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
|
||||
@ $(ECHOLF)
|
Loading…
x
Reference in New Issue
Block a user