57e0cc8a72
back to the generic support rather than trying to use the asm backend which appears to be broken upstream. Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations.
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
$OpenBSD: patch-orc-uninstalled_pc_in,v 1.1.1.1 2010/03/25 10:23:26 sthen Exp $
|
|
--- orc-uninstalled.pc.in.orig Wed Mar 17 19:19:09 2010
|
|
+++ orc-uninstalled.pc.in Wed Mar 17 19:19:40 2010
|
|
@@ -6,7 +6,7 @@ includedir=${pcfiledir}/
|
|
Name: orc-@ORC_MAJORMINOR@ uninstalled
|
|
Description: Library of Optimized Inner Loops Runtime Compiler
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
|
|
+Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ -pthread @LIBM@ @LIBRT@
|
|
Cflags: -I${includedir}
|
|
|
|
orcc=${pcfiledir}/tools/orcc@EXEEXT@
|