summaryrefslogtreecommitdiff
path: root/package/Makefile.in
AgeCommit message (Expand)Author
2010-07-07Remove $(TOOLCHAIN_DIR)/bin and $(STAGING_DIR)/{usr/bin,bin} from the PATHThomas Petazzoni
2010-07-07Remove *_FOR_TARGET variables from TARGET_CONFIGURE_OPTSThomas Petazzoni
2010-07-07Cleanup TARGET_CONFIGURE_OPTSThomas Petazzoni
2010-07-07Rework sysroot option handlingThomas Petazzoni
2010-07-07Separate flags from commands in HOST_CONFIGURE_OPTSThomas Petazzoni
2010-07-07Remove unneeded variables in HOST_CONFIGURE_OPTSThomas Petazzoni
2010-07-07Solve the host tools relying on host libraries problemThomas Petazzoni
2010-07-06ext-toolchain: Fix ARCH_SYSROOT detectionThomas Petazzoni
2010-06-15toolchain: remove gcc 4.1.2 and non-sysroot supportPeter Korsgaard
2010-05-30Revert "Add -rpath option for host package compilation"Peter Korsgaard
2010-05-08Merge branch 'misc-fixes2' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2010-05-06Fix the computation of REAL_GNU_TARGET_NAMEThomas Petazzoni
2010-05-06Add staging libraries directories to -L in external caseThomas Petazzoni
2010-05-06Add -rpath option for host package compilationThomas Petazzoni
2010-05-03package: Add $(HOST_DIR)/usr/lib to LD_LIBRARY_PATH for host but not targetLionel Landwerlin
2010-05-03Remove BR2_GNU_TARGET_SUFFIX and compute GNU_TARGET_NAMEThomas Petazzoni
2010-05-03Get rid of the code computing ROOTFS_SUFFIXThomas Petazzoni
2010-05-03Get rid of KERNEL_CROSSThomas Petazzoni
2010-05-03Commonalize the definition of TOOLCHAIN_DIRThomas Petazzoni
2010-04-17external toolchains: take into account architecture variantThomas Petazzoni
2010-04-11Get rid of the OPTIMIZE_FOR_CPU variableThomas Petazzoni
2010-04-11Get rid of now unused HOST_ARCH computation codeThomas Petazzoni
2010-04-11Guess build system and remove BR2_GNU_BUILD_SUFFIXThomas Petazzoni
2010-04-09Remove IMAGE and related configuration optionsThomas Petazzoni
2010-03-31toolchain: prepare for more than two alternativesYann E. MORIN
2010-02-23package infrastructure: add PERLLIBThomas Petazzoni
2010-02-23package infrastructure: add LD_LIBRARY_PATHThomas Petazzoni
2010-01-28package: fix unstripped binary installationLionel Landwerlin
2009-12-15Add $(HOST_DIR)/usr/sbin to the PATHThomas Petazzoni
2009-12-15Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENVThomas Petazzoni
2009-12-15Add generic package infrastructureThomas Petazzoni
2009-12-14Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCEThomas Petazzoni
2009-12-06package: get rid of redundant malloc related configure presetsPeter Korsgaard
2009-11-22package/Makefile.in: fix 'true' invocation for BR2_STRIP_nonePeter Korsgaard
2009-10-29toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versionsPeter Korsgaard
2009-10-07remove BR2_FPU_SUFFIXBernhard Reutner-Fischer
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth
2009-09-20package/Makefile.in: Use appropriate paths for host pkg-config.Will Newton
2009-09-16Rename the output directoriesThomas Petazzoni
2009-09-16Remove BR2_TOPDIR_PREFIX and BR2_TOPDIR_SUFFIXThomas Petazzoni
2009-09-05packages: use qstripThomas Petazzoni
2009-08-26package/Makefile.in: use := for INSTALLPeter Korsgaard
2009-08-08Remove --without-html-dir from DISABLE_DOCUMENTATIONThomas Petazzoni
2009-07-31makefile: don't hardcore install utility locationThomas Petazzoni
2009-07-30makefile: remove unused AUTO_CONFIGURE_OPTS variableThomas Petazzoni
2009-07-25Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
2009-07-24xorg: remove the XSERVER variableThomas Petazzoni
2009-07-24xorg: remove references to non-existing configuration optionsThomas Petazzoni
2009-07-24package/Makefile.in: xtensa host supportMaxim Grigoriev
2009-07-17external toolchain: add $(HOST_DIR)/bin to TARGET_PATHThomas Petazzoni