summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* Use host ldconfig, if external toolchain is usedUlf Samuelsson2008-01-101-0/+4
* 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
* - default to mips I for mipsel and mips III for mips Bernhard Reutner-Fischer2007-10-021-0/+4
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-4/+4
* - fix quotes for STRIP.Bernhard Reutner-Fischer2007-09-291-31/+31
* - make sure that strip and all it's arguments are passed if used viaBernhard Reutner-Fischer2007-09-291-3/+3
* - cleanup configure optionsBernhard Reutner-Fischer2007-09-281-38/+49
* - add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer2007-09-281-10/+17
* 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
* - 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
* - add v9a and v9b settings.Bernhard Reutner-Fischer2007-09-171-4/+2
* - 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 thi...Bernhard Reutner-Fischer2007-08-211-42/+0
* - 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
* 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 d...Bernhard Reutner-Fischer2007-07-311-2/+9
* - 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 the...Bernhard Reutner-Fischer2007-07-231-0/+16
* 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
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LD..."Steven J. Hill"2007-07-061-7/+5
* - 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
* - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target pa...Bernhard Reutner-Fischer2007-06-271-0/+26
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-261-0/+4
* - 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