nios2-linux: add missing cpp specs
Define CPP_SPEC for nios2 linux targets so that -posix & -pthread work like on all other linux targets. Discovered via Gentoo bug https://bugs.gentoo.org/543114 From-SVN: r223823
This commit is contained in:
parent
148f65a3c7
commit
52d0089eca
@ -1,3 +1,7 @@
|
|||||||
|
2015-05-28 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* config/nios2/linux.h (CPP_SPEC): Define.
|
||||||
|
|
||||||
2015-05-28 Mike Frysinger <vapier@gentoo.org>
|
2015-05-28 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config/microblaze/linux.h (CPP_SPEC): Define.
|
* config/microblaze/linux.h (CPP_SPEC): Define.
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
|
#undef CPP_SPEC
|
||||||
|
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
|
||||||
|
|
||||||
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-nios2.so.1"
|
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-nios2.so.1"
|
||||||
|
|
||||||
#undef LINK_SPEC
|
#undef LINK_SPEC
|
||||||
|
Loading…
Reference in New Issue
Block a user