Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
|
|
|
|
|
|
|
|
Don't hard code version numbers all over the place.
|
|
Need to instead compare vs BR2_i386 and friends.
|
|
Mental note: submit upstream
|
|
|
|
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.
|
|
|
|
|
|
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there.
copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
|
|
|
|
that rxvt actually builds and runs...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the cross compiled libglib and include files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|