summaryrefslogtreecommitdiff
path: root/package/Makefile.in
AgeCommit message (Collapse)Author
2007-09-20- revert r19918 for nowBernhard Reutner-Fischer
2007-09-20- Reset flags, packages are usually built with -O2 otherwise.Bernhard Reutner-Fischer
Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
2007-09-17- add v9a and v9b settings.Bernhard Reutner-Fischer
Will need to change the GCC_TARGET_TUNE accordingly.
2007-09-15- some more sparc{,64} twiddlingBernhard Reutner-Fischer
2007-09-12Add version info (date) to root fs imageUlf Samuelsson
2007-09-12Update various packages to make X runUlf Samuelsson
2007-09-01- cosmetic cleanupBernhard Reutner-Fischer
2007-08-28Add default X11 install directoryUlf Samuelsson
2007-08-28- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTSBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-21- our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer
this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
2007-08-21- move the PROJECT variable setting to a more sensible placeBernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-10Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
2007-08-08Use cross ldconfig instead of host versionPeter Korsgaard
2007-07-31- add possibility to select different flavours of strip (or none at all for ↵Bernhard Reutner-Fischer
debugging purposes)
2007-07-31- nil the CXX env var if we don't have a CXX cross-compilerBernhard Reutner-Fischer
2007-07-23- fix typo in previous commitBernhard Reutner-Fischer
2007-07-23- iff the cross-compiler supports certain mtune,march,mabi flags then use ↵Bernhard Reutner-Fischer
them for the packages. This should make it obvious if the wrong compiler is used to build the target.
2007-07-22No platform code in this file."Steven J. Hill"
2007-07-22ATMEL_MIRROR needs to be available before toolchain is builtUlf Samuelsson
2007-07-20Add additional include directory, required by some packagesUlf Samuelsson
2007-07-20make source-check without permanently changing WGET commandUlf Samuelsson
2007-07-17Ensure we use host 'make', even when building 'make' in buildrootUlf Samuelsson
2007-07-12Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson
2007-07-12 BSP Patch:Ulf Samuelsson
========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory.
2007-07-06Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"
TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
2007-06-28- adjust infrastructure for new kconfigBernhard Reutner-Fischer
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵Bernhard Reutner-Fischer
packages
2007-06-26- add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26- pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069Bernhard Reutner-Fischer
2007-06-20- add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer
- start to separate usr/lib and lib to match normal system-layout
2007-05-07Add another include path to the CFLAGS."Steven J. Hill"
2007-03-20- put staging_dir/usr/bin into the target path, so X-stuff can find ↵Bernhard Reutner-Fischer
freetype-config. Closes #1233
2007-02-06Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"
and all other comments to <biteme@devnull.com>.
2007-02-04- the $(XSERVER) target can be provided by different X server impls. Adjust ↵Bernhard Reutner-Fischer
users - rdesktop needs an xserver impl
2007-01-30- make absolutely sure that we are not trying to go into jobserver mode for ↵Bernhard Reutner-Fischer
MAKE1
2007-01-14filter pkgconfig output to force it do use our staging_dir and notEric Andersen
try to use the system libraries as it is inclined to do
2006-12-21- use centralized DISABLE_LARGEFILEBernhard Reutner-Fischer
- nil CXX if there isn't one
2006-12-08- Quote TARGET_PATH. Closes #1107.Bernhard Reutner-Fischer
2006-11-20- add and use a HOSTCXX variable.Bernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-17we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen
2006-10-01- add missing hung from the BR2_ZCAT introductionBernhard Reutner-Fischer
2006-09-30- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are notBernhard Reutner-Fischer
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-08-24- pickup the PATH the user has set.Bernhard Reutner-Fischer
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-07-18move TAR_OPTIONS to its rightful placeEric Andersen
2006-06-05Split the target suffix out as a config option, for the few cases wherePaul Mundt
we have to use a different one.