about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/Makeconfig
Commit message (Collapse)AuthorAgeFilesLines
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-0/+2
| | | | | | | | On GNU/Hurd we not only need $(common-objpfx) in LD_LIBRARY_PATH when loading dynamic objects, but also $(common-objpfx)/mach and $(common-objpfx)/hurd. This adds an ld-library-path variable to be used as LD_LIBRARY_PATH basis in Makefiles, and a sysdep-ld-library-path variable for sysdeps to add some more paths, here mach/ and hurd/.
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-0/+3
|
* 2002-06-14 Roland McGrath <roland@frob.com>Roland McGrath2002-06-151-0/+4
* sysdeps/mach/hurd/i386/Makeconfig: File moved to ... * sysdeps/mach/hurd/Makeconfig: ... here.