Commit Graph

1546 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
5cfb2f794f - fix some whitespace damage..
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-10-05 12:55:40 +00:00
Bernhard Reutner-Fischer
66f6696e75 - add pattern for gnuhurd-uclibc 2007-10-05 11:00:41 +00:00
Bernhard Reutner-Fischer
05195c3d00 - default to mips I for mipsel and mips III for mips
- suggest some target flags for abi64
2007-10-02 21:36:49 +00:00
Bernhard Reutner-Fischer
f393387661 - make sure that the target's usr/include dir exists when installing the headers
It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include
  if installing any headers was requested to fix this in a generic manner..
2007-10-02 15:38:27 +00:00
Bernhard Reutner-Fischer
378a02b366 - remove usage of SUSv3 LEGACY functions 2007-10-02 11:25:37 +00:00
Bernhard Reutner-Fischer
d0010909e2 - has to select libelf (and should nowadays work without LFS) 2007-10-02 11:11:54 +00:00
Bernhard Reutner-Fischer
1e96f9b213 - bump version 2007-10-02 11:06:43 +00:00
Bernhard Reutner-Fischer
14a71561a3 - just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
4c701241d8 - comment out non-existing source 2007-10-01 08:05:26 +00:00
Bernhard Reutner-Fischer
2ba27aec37 - bump version 2007-09-30 12:50:25 +00:00
Bernhard Reutner-Fischer
b1681007f1 - no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn) 2007-09-30 12:48:25 +00:00
Bernhard Reutner-Fischer
00b8456cd5 - whitespace cleanup (Cristian Ionescu-Idbohrn) 2007-09-30 12:46:02 +00:00
Bernhard Reutner-Fischer
cdb28d18e8 - add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten) 2007-09-29 23:32:39 +00:00
Bernhard Reutner-Fischer
37a0857685 - remove SUSv3 LEGACY function 2007-09-29 21:06:33 +00:00
Bernhard Reutner-Fischer
e6382c49a4 - pull "kconfig: oldconfig shall not set symbols if it does not need to" 2007-09-29 20:21:38 +00:00
Bernhard Reutner-Fischer
c907326465 - forgot to svn add kconfig-language.txt 2007-09-29 20:08:22 +00:00
Bernhard Reutner-Fischer
3569f2d045 - fix quotes for STRIP.
Sorry for any inconvenience this may have caused..
2007-09-29 14:27:39 +00:00
Bernhard Reutner-Fischer
4f5facb9ec - make sure that strip and all it's arguments are passed if used via
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky
  for mentioning this.
2007-09-29 10:05:08 +00:00
Bernhard Reutner-Fischer
0f55fe9116 - extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package
(Ivan Kuten)
2007-09-29 09:58:13 +00:00
Bernhard Reutner-Fischer
fbb5f1b94e - cleanup configure options 2007-09-28 22:15:19 +00:00
Bernhard Reutner-Fischer
5f97580e50 - add FC, remove some duplicate entries, cleanup
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
2007-09-28 20:10:22 +00:00
Ulf Samuelsson
966c37f7d2 Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2 2007-09-28 19:49:13 +00:00
Bernhard Reutner-Fischer
e27250c502 - add a query for suggestions on how to deal with MALLOC_GLIBC_COMPAT 2007-09-27 21:58:46 +00:00
Ulf Samuelsson
5d55e5c3e8 Remove superfluose defaults 2007-09-27 21:17:58 +00:00
Ulf Samuelsson
8d990b7c97 mtd-utils require lzo 2007-09-27 07:38:09 +00:00
Ulf Samuelsson
94de9d3305 Fix some issues with mtdutils 2007-09-27 07:36:42 +00:00
Ulf Samuelsson
f7d8fc8b81 Add mtd-utils-1.1.0 as mtd alternative 2007-09-27 00:48:31 +00:00
Ulf Samuelsson
6acce2cf1f Add more management to linux and buysbox packages 2007-09-26 22:12:51 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8 - revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live 2007-09-26 21:12:38 +00:00
Ulf Samuelsson
5cd2336585 Document bugs in qtopia build, remove qt-mouse-tslib which breaks the build 2007-09-26 10:23:31 +00:00
Ulf Samuelsson
4aac72aa7a Remove LEGACY routines from proftpd 2007-09-26 10:21:18 +00:00
Ulf Samuelsson
e5cb4ed9bb remove LEGACY string routines from mDNSResponder 2007-09-26 10:18:17 +00:00
Ulf Samuelsson
1a1ac77c26 Reduce clutter in packages menu 2007-09-26 06:32:42 +00:00
Ulf Samuelsson
b0b368f545 "Project Name" needed before "root" file system can be copied.
Put first according to principle of configuration order
Merge root skeleton configuration to one place
- currently in package/busybox/Config.in
- Should maybe have it's own Config.in
gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
2007-09-26 06:13:09 +00:00
Peter Korsgaard
570e88fe1e Don't limit 2006 version to Atmel targets (why?) 2007-09-25 14:45:26 +00:00
Ulf Samuelsson
193d987287 Build libusb without annoying tests, breaking the build 2007-09-25 12:54:48 +00:00
Bernhard Reutner-Fischer
26cdd6f6c0 - make sure that configure doesn't see a wrong cache 2007-09-25 12:34:09 +00:00
Bernhard Reutner-Fischer
8eaa585915 - add dummy -source targets. 2007-09-25 12:20:37 +00:00
Bernhard Reutner-Fischer
6dc136a445 - add missing ed-source target. 2007-09-25 12:16:39 +00:00
Ulf Samuelsson
303fe2118c Add source and unpacked targets to mplayer 2007-09-25 12:01:27 +00:00
Ulf Samuelsson
c62a07be15 Fix LEGACY dependencies for mplayer 2007-09-25 11:56:34 +00:00
Bernhard Reutner-Fischer
f5b8cd4ac1 - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
Bernhard Reutner-Fischer
5010039460 - revert patch that obfuscates the config UI and doesn't reflect the order of config steps 2007-09-25 07:55:45 +00:00
Ulf Samuelsson
34a88f1fb0 Reorganize configs to even more logical positions 2007-09-24 21:10:43 +00:00
Bernhard Reutner-Fischer
6bdc45b455 - bump version. Cleanup while at it 2007-09-24 09:00:39 +00:00
Bernhard Reutner-Fischer
f1f4918f09 - bump version; some cleanups while at it 2007-09-24 07:34:48 +00:00
Bernhard Reutner-Fischer
9fe4c7b56d - bump version and make it compile also if 64bit is unavailable 2007-09-24 07:34:02 +00:00
Ulf Samuelsson
6b17905616 Bump SAMBA version to 3.0.26a, 3.0.25b has moved 2007-09-23 23:23:52 +00:00
Bernhard Reutner-Fischer
1fc2723ca9 - add the $(BASE_TARGETS) per default 2007-09-23 20:46:44 +00:00
Bernhard Reutner-Fischer
28a36b609a - thinking loud about auto-generating dependencies for make(1)
Don't use this, it doesn't work yet. Thoughs welcome.
  Like: We should probably use the sym->text and not fiddle with the name since
  the name looses information ('_' != '-' in host-fakeroot). This would not
  be too robust, i fear, since the name can contain additional, arbitrary info.
  Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem
  to be a nice property that holds reverse deps that are only contain selected
  symbols.
  Thoughts?
2007-09-23 20:28:53 +00:00