Commit message (Collapse) | Author | Age | Files | Lines | ||||
---|---|---|---|---|---|---|---|---|
* | firmware-utils/mkfwimage: fix root_start values | Gabor Juhos | 2009-01-05 | 1 | -2/+2 | |||
| | | | | SVN-Revision: 13874 | |||||||
* | firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414) | Gabor Juhos | PATH_PREFIX=.
include ./common.mk
HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.built
HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.musl_installed
HOST_BUILD_PARALLEL:=1
MUSL_MAKEOPTS = -C $(HOST_BUILD_DIR) \
DESTDIR="$(TOOLCHAIN_DIR)/" \
LIBCC="$(subst libgcc.a,libgcc_initial.a,$(shell $(TARGET_CC) -print-libgcc-file-name))"
define Host/SetToolchainInfo
$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk
$(SED) 's,^\(LIBC_URL\)=.*,\1=http://www.musl-libc.org/,' | |||||
* | Check for existence of target aclocal folder before including them. | Lars-Peter Clausen | 2008-10-09 | 1 | -4/+9 | |||
| | | | | SVN-Revision: 12934 | |||||||
* | Add wrapper around aclocal which also search in the targets staging dir ↵ | Lars-Peter Clausen | 2008-10-08 | 2 | -1/+9 | |||
| | | | | |