X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig%2Facess2.h;fp=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig%2Facess2.h;h=a22c5356bd5bf1d4817367e1a4ad605e10dbc068;hb=eeb449278c0ad4d378232c322dc3becfbb4cef1b;hp=44a4e037604b1dcc45256b5dc2447c0fed1ff67e;hpb=e47f509e07718893b837826f981085829cf16c84;p=tpg%2Facess2.git diff --git a/Externals/cross-compiler/patches/gcc/gcc/config/acess2.h b/Externals/cross-compiler/patches/gcc/gcc/config/acess2.h index 44a4e037..a22c5356 100644 --- a/Externals/cross-compiler/patches/gcc/gcc/config/acess2.h +++ b/Externals/cross-compiler/patches/gcc/gcc/config/acess2.h @@ -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