Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / Externals / cross-compiler / patches / gcc / gcc / config / acess2.h
index 44a4e03..a22c535 100644 (file)
@@ -5,9 +5,10 @@
     builtin_define_std ("unix");      \
     builtin_assert ("system=acess2");   \
     builtin_assert ("system=unix");   \
+    builtin_assert ("system=posix");   \
   } while(0);
 
-#define LIB_SPEC       "-lc -lld-acess -lposix"
+#define LIB_SPEC       "-lc -lld-acess -lposix %{pthread:-lpthread}"
 #define LIBSTDCXX "c++"
 #undef STARTFILE_SPEC
 #undef ENDFILE_SPEC

UCC git Repository :: git.ucc.asn.au