summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/microblaze/Makefile
AgeCommit message (Collapse)Author
2016-08-17Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer
With this change, we no longer add sysdep.o and similar objects which are present in libc.a to other static libraries.
2014-07-01MicroBlaze: Add missing sysdep-cancel.h implementationDavid Holsgrove
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>
2014-02-17[MicroBlaze]: Move MicroBlaze from ports to sysdeps.David Holsgrove
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>