]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] udev/libsysfs cross compile fixes
authorlethal@linux-sh.org <lethal@linux-sh.org>
Tue, 5 Aug 2003 08:10:01 +0000 (01:10 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:40 +0000 (21:01 -0700)
commitb137e367bb833ca82b396622997f512f5c856a41
tree3c0d50550416977c6c5a745d71d7f132170bc015
parent63dde9f8eb9a204771be7cc3219d53ee7a0d5ffb
[PATCH] udev/libsysfs cross compile fixes

I noticed that libsysfs doesn't inherently grab cross compilation arguments
that are set in the top-level Makefile, so I've come up with the following
patch to fix this. With the patch, I can succesfully cross compile for other
architectures (such as sh) by doing 'make ARCH=sh CROSS=sh-linux-' in the
top-level directory.
Makefile
libsysfs/Makefile