about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/microblaze/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-211-6/+0
| | | | | | | | | Only the placeholder compatibility symbols are left now. The __errno_location symbol was removed (moved) using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-171-1/+2
| | | | | With this change, we no longer add sysdep.o and similar objects which are present in libc.a to other static libraries.
* MicroBlaze: Add missing sysdep-cancel.h implementationDavid Holsgrove2014-07-011-0/+5
| | | | | | | | | | | | | | | And update socket.S, Makefile to use *_nocancel definitions. Absence of sysdep-cancel.h was not apparent until Roland's not-cancel.h unification. 2014-06-30 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P * sysdeps/unix/sysv/linux/microblaze/Makefile: Add to libpthread-routines Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* [MicroBlaze]: Move MicroBlaze from ports to sysdeps.David Holsgrove2014-02-171-0/+3
2014-02-17 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze. * sysdeps/unix/sysv/linux/microblaze: Move directory from ports/sysdeps/unix/sysv/linux/microblaze. * README: Add missing listing for microblaze*-*-linux-gnu. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>