diff options
Diffstat (limited to 'lang/cilk/patches')
-rw-r--r-- | lang/cilk/patches/patch-aa | 13 | ||||
-rw-r--r-- | lang/cilk/patches/patch-ab | 16 | ||||
-rw-r--r-- | lang/cilk/patches/patch-ac | 15 |
3 files changed, 0 insertions, 44 deletions
diff --git a/lang/cilk/patches/patch-aa b/lang/cilk/patches/patch-aa deleted file mode 100644 index d3db6ecaa77..00000000000 --- a/lang/cilk/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 00:37:29 jtb Exp $ - ---- examples/Makefile.in.orig Fri May 3 13:12:15 2002 -+++ examples/Makefile.in Fri May 3 13:12:37 2002 -@@ -574,7 +574,7 @@ - - fib-serial: $(fib_serial_OBJECTS) $(fib_serial_DEPENDENCIES) - @rm -f fib-serial -- $(CC) -o $@ $(fib_serial_OBJECTS) $(LIBS) -+ $(CC) -o $@ $(fib_serial_OBJECTS) $(LDFLAGS) $(LIBS) - - check: hello testall fft fib lu matmul cilksort heat test-locks - @echo "Runnig Cilk tests. This will take a while." diff --git a/lang/cilk/patches/patch-ab b/lang/cilk/patches/patch-ab deleted file mode 100644 index c2ce5460932..00000000000 --- a/lang/cilk/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/07/18 00:54:36 dmcmahill Exp $ - ---- configure.orig Wed Jul 17 19:18:48 2002 -+++ configure -@@ -2074,10 +2074,7 @@ - { echo "configure: error: "gcc does not accept the --specs option. Please upgrade gcc to v2.95 or newer."" 1>&2; exit 1; } - fi - --if test "$HAVE_GCC_2_96" = "yes"; then -- echo "WARNING: I found gcc-2.96. This version of gcc is untested with Cilk." -- echo "Please report any problem to cilk-support@lists.sourceforge.net" -- -+if test -f /usr/libexec/cpp0; then - CPP_FOR_CILK=cpp0 - else - CPP_FOR_CILK=cpp diff --git a/lang/cilk/patches/patch-ac b/lang/cilk/patches/patch-ac deleted file mode 100644 index 0862e6f20f4..00000000000 --- a/lang/cilk/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/07/11 08:15:09 jtb Exp $ - ---- runtime/workers.c.orig -+++ runtime/workers.c -@@ -60,8 +60,10 @@ - CILK_CHECK(tid, (NULL, "could not malloc tid\n")); - - pthread_attr_init(&attr); /* initialize attr with default attributes */ -+#ifdef PTHREAD_SCOPE_SYSTEM - pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); - /* system-wide contention */ -+#endif - - for (i = 0; i < USE_PARAMETER(active_size); i++) - { |