summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* FIx syntax errorUlf Samuelsson2007-10-301-1/+1
|
* Allow to remove _nofpu from directories and imagesUlf Samuelsson2007-10-181-4/+10
|
* Remove debugging info from package/Makefile.inUlf Samuelsson2007-10-181-3/+0
|
* Remove hyphen from images if empty rootfs suffixUlf Samuelsson2007-10-181-1/+6
|
* Allow date to be added to ImageUlf Samuelsson2007-10-071-4/+10
|
* - fix some whitespace damage..Bernhard Reutner-Fischer2007-10-051-1/+1
| | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
* - default to mips I for mipsel and mips III for mips Bernhard Reutner-Fischer2007-10-021-0/+4
| | | | - suggest some target flags for abi64
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-4/+4
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - fix quotes for STRIP.Bernhard Reutner-Fischer2007-09-291-31/+31
| | | | Sorry for any inconvenience this may have caused..
* - make sure that strip and all it's arguments are passed if used viaBernhard Reutner-Fischer2007-09-291-3/+3
| | | | | STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky for mentioning this.
* - cleanup configure optionsBernhard Reutner-Fischer2007-09-281-38/+49
|
* - add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer2007-09-281-10/+17
| | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
* Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2Ulf Samuelsson2007-09-281-10/+29
|
* - add a query for suggestions on how to deal with MALLOC_GLIBC_COMPATBernhard Reutner-Fischer2007-09-271-0/+2
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-2/+2
| | | | gcc target abi back to a place where the other arch-specific settings live
* - revert r19918 for nowBernhard Reutner-Fischer2007-09-201-1/+0
|
* - Reset flags, packages are usually built with -O2 otherwise.Bernhard Reutner-Fischer2007-09-201-0/+13
| | | | | Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
* - add v9a and v9b settings.Bernhard Reutner-Fischer2007-09-171-4/+2
| | | | Will need to change the GCC_TARGET_TUNE accordingly.
* - some more sparc{,64} twiddlingBernhard Reutner-Fischer2007-09-151-0/+7
|
* Add version info (date) to root fs imageUlf Samuelsson2007-09-121-2/+2
|
* Update various packages to make X runUlf Samuelsson2007-09-121-0/+3
|
* - cosmetic cleanupBernhard Reutner-Fischer2007-09-011-1/+1
|
* Add default X11 install directoryUlf Samuelsson2007-08-281-0/+3
|
* - add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTSBernhard Reutner-Fischer2007-08-281-0/+6
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - random whitespace cleanupBernhard Reutner-Fischer2007-08-221-1/+1
|
* - our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer2007-08-211-42/+0
| | | | | | | 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)..
* - move the PROJECT variable setting to a more sensible placeBernhard Reutner-Fischer2007-08-211-6/+0
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-0/+10
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-1/+11
| | | | | | 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.
* Use cross ldconfig instead of host versionPeter Korsgaard2007-08-081-0/+1
|
* - add possibility to select different flavours of strip (or none at all for ↵Bernhard Reutner-Fischer2007-07-311-2/+9
| | | | debugging purposes)
* - nil the CXX env var if we don't have a CXX cross-compilerBernhard Reutner-Fischer2007-07-311-1/+1
|
* - fix typo in previous commitBernhard Reutner-Fischer2007-07-231-3/+3
|
* - iff the cross-compiler supports certain mtune,march,mabi flags then use ↵Bernhard Reutner-Fischer2007-07-231-0/+16
| | | | | | them for the packages. This should make it obvious if the wrong compiler is used to build the target.
* No platform code in this file."Steven J. Hill"2007-07-221-4/+0
|
* ATMEL_MIRROR needs to be available before toolchain is builtUlf Samuelsson2007-07-221-0/+5
|
* Add additional include directory, required by some packagesUlf Samuelsson2007-07-201-1/+1
|
* make source-check without permanently changing WGET commandUlf Samuelsson2007-07-201-1/+1
|
* Ensure we use host 'make', even when building 'make' in buildrootUlf Samuelsson2007-07-171-4/+9
|
* Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson2007-07-121-0/+3
|
* BSP Patch:Ulf Samuelsson2007-07-121-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= 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.
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-7/+5
| | | | 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.
* - adjust infrastructure for new kconfigBernhard Reutner-Fischer2007-06-281-24/+0
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+9
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵Bernhard Reutner-Fischer2007-06-271-0/+26
| | | | packages
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-261-0/+4
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069Bernhard Reutner-Fischer2007-06-261-0/+8
|
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-8/+73
| | | | - start to separate usr/lib and lib to match normal system-layout
* Add another include path to the CFLAGS."Steven J. Hill"2007-05-071-1/+1
|