summaryrefslogtreecommitdiff
path: root/package/Makefile.in
AgeCommit message (Collapse)Author
2008-10-22package/Makefile.in: Remove rpath fix as it breaks Thomas png buildDaniel Laird
Remove my fix for rpath-link until I can find out why it works for me and not Thomas. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-22package/Makefile.in: Add -rpath-link Daniel Laird
As per various email discussions add -rpath-link to the LDFLAGS. This definately fixes a few issues for Thomas and myself Any objections and it can be pulled again. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard
2008-07-11package/Makefile.in: cleanup MAKE/MAKE1Peter Korsgaard
The extra stuff doesn't seem to be needed, so lets just get rid of it.
2008-07-01package/Makefile.in: propagate -s make flag to sub makesPeter Korsgaard
2008-06-14pkgconfig: bump version and cleanupPeter Korsgaard
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile.
2008-05-31Makefile: honor silent (-s) flagPeter Korsgaard
2008-03-12added more debugging options for packagesJohn Voltz
2008-03-11added debug optionJohn Voltz
2008-01-10Use host ldconfig, if external toolchain is usedUlf Samuelsson
2007-10-30FIx syntax errorUlf Samuelsson
2007-10-18Allow to remove _nofpu from directories and imagesUlf Samuelsson
2007-10-18Remove debugging info from package/Makefile.inUlf Samuelsson
2007-10-18Remove hyphen from images if empty rootfs suffixUlf Samuelsson
2007-10-07Allow date to be added to ImageUlf Samuelsson
2007-10-05- fix some whitespace damage..Bernhard Reutner-Fischer
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-10-02- default to mips I for mipsel and mips III for mips Bernhard Reutner-Fischer
- suggest some target flags for abi64
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-29- fix quotes for STRIP.Bernhard Reutner-Fischer
Sorry for any inconvenience this may have caused..
2007-09-29- make sure that strip and all it's arguments are passed if used viaBernhard Reutner-Fischer
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky for mentioning this.
2007-09-28- cleanup configure optionsBernhard Reutner-Fischer
2007-09-28- add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
2007-09-28Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2Ulf Samuelsson
2007-09-27- add a query for suggestions on how to deal with MALLOC_GLIBC_COMPATBernhard Reutner-Fischer
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
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