2ef8fb3b55
plus patches for NetBSD/powerpc family support. G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.
9 lines
362 B
Text
9 lines
362 B
Text
$NetBSD: patch-gcc_config_t-dragonfly-thread,v 1.1 2013/06/21 07:38:53 makoto Exp $
|
|
|
|
DragonFly BSD support.
|
|
|
|
--- ../gcc-4.1.2/gcc/config/t-dragonfly-thread.orig 2013-05-19 08:55:29.000000000 +0000
|
|
+++ ../gcc-4.1.2/gcc/config/t-dragonfly-thread
|
|
@@ -0,0 +1,2 @@
|
|
+# This is currently needed to compile libgcc2 for threads support
|
|
+TARGET_LIBGCC2_CFLAGS += -pthread
|