buildroot.git
17 years agoBump Samba to latest version and update patches.
"Steven J. Hill" [Tue, 17 Jul 2007 00:21:16 +0000 (00:21 -0000)]
Bump Samba to latest version and update patches.

17 years agoA number of fixes including placing of the final image into the 'binaries' directory...
"Steven J. Hill" [Tue, 17 Jul 2007 00:20:32 +0000 (00:20 -0000)]
A number of fixes including placing of the final image into the 'binaries' directory. Moved INITRAMFS_TARGET to the correct location as modules from the built kernel were not being installed until after the INITRAMFS had been built. Fixed config options for INITRAMFS to be correct and cleaned up whitespace/tab issues.

17 years agoAllow selection of RPC and IPv6 options for an external toolchain.
"Steven J. Hill" [Tue, 17 Jul 2007 00:18:54 +0000 (00:18 -0000)]
Allow selection of RPC and IPv6 options for an external toolchain.

17 years agoAdd libxml2 package
Ulf Samuelsson [Mon, 16 Jul 2007 20:13:22 +0000 (20:13 -0000)]
Add libxml2 package

17 years agoCleanup of libcgi
Ulf Samuelsson [Mon, 16 Jul 2007 19:03:46 +0000 (19:03 -0000)]
Cleanup of libcgi

17 years agoAvoid rebuilding 'readline-5.1'
Ulf Samuelsson [Mon, 16 Jul 2007 11:14:44 +0000 (11:14 -0000)]
Avoid rebuilding 'readline-5.1'

17 years agoAvoid rebuild of openntpd
Ulf Samuelsson [Mon, 16 Jul 2007 10:58:58 +0000 (10:58 -0000)]
Avoid rebuild of openntpd

17 years agoTemporarily allow static libgettext library option to ensure build can complete for ARM
Ulf Samuelsson [Mon, 16 Jul 2007 10:00:29 +0000 (10:00 -0000)]
Temporarily allow static libgettext library option to ensure build can complete for ARM

17 years agoAvoid repeated rebuild of libusb
Ulf Samuelsson [Mon, 16 Jul 2007 09:45:39 +0000 (09:45 -0000)]
Avoid repeated rebuild of libusb

17 years agoStop repeated build of libcgi
Ulf Samuelsson [Mon, 16 Jul 2007 09:32:07 +0000 (09:32 -0000)]
Stop repeated build of libcgi

17 years agoGet rid of repeated rebuild of 'at'
Ulf Samuelsson [Mon, 16 Jul 2007 08:12:15 +0000 (08:12 -0000)]
Get rid of repeated rebuild of 'at'

17 years agoGet rid of repeated copy of 'customize'
Ulf Samuelsson [Mon, 16 Jul 2007 07:55:50 +0000 (07:55 -0000)]
Get rid of repeated copy of 'customize'

17 years agoUse correct script to init lighttpd
Ulf Samuelsson [Sun, 15 Jul 2007 23:35:31 +0000 (23:35 -0000)]
Use correct script to init lighttpd

17 years agoMake package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'
Ulf Samuelsson [Sun, 15 Jul 2007 22:01:33 +0000 (22:01 -0000)]
Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'

17 years agoDefine HOSTLN to allow gzip to build for non-x86 target
Ulf Samuelsson [Sun, 15 Jul 2007 21:54:11 +0000 (21:54 -0000)]
Define HOSTLN to allow gzip to build for non-x86 target

17 years agoFix acpid version info
Ulf Samuelsson [Sun, 15 Jul 2007 17:06:15 +0000 (17:06 -0000)]
Fix acpid version info

17 years agoCorrect JFFS2 Erase Size for AT45 dataflash
Ulf Samuelsson [Sat, 14 Jul 2007 07:26:41 +0000 (07:26 -0000)]
Correct JFFS2 Erase Size for AT45 dataflash

17 years ago- use established style
Bernhard Reutner-Fischer [Fri, 13 Jul 2007 12:21:19 +0000 (12:21 -0000)]
- use established style

17 years agoMake Config.in targets for ARM chips look consistent
Ulf Samuelsson [Thu, 12 Jul 2007 18:47:48 +0000 (18:47 -0000)]
Make Config.in targets for ARM chips look consistent

17 years agoFix Document style
Ulf Samuelsson [Thu, 12 Jul 2007 17:04:05 +0000 (17:04 -0000)]
Fix Document style

17 years agoWorkaround for vi bug in syntax highlighting
Ulf Samuelsson [Thu, 12 Jul 2007 16:57:47 +0000 (16:57 -0000)]
Workaround for vi bug in syntax highlighting

17 years agoFix Document style
Ulf Samuelsson [Thu, 12 Jul 2007 16:53:13 +0000 (16:53 -0000)]
Fix Document style

17 years agoAdd comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR
Ulf Samuelsson [Thu, 12 Jul 2007 15:32:04 +0000 (15:32 -0000)]
Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR

17 years agoChange HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME
Ulf Samuelsson [Thu, 12 Jul 2007 15:28:58 +0000 (15:28 -0000)]
Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME

17 years agoUpdate Instructions for applying for Buildroot write access
Ulf Samuelsson [Thu, 12 Jul 2007 14:46:03 +0000 (14:46 -0000)]
Update Instructions for applying for Buildroot write access

17 years agoUpdate Documentation for BSP patch
Ulf Samuelsson [Thu, 12 Jul 2007 14:43:44 +0000 (14:43 -0000)]
Update Documentation for BSP patch

17 years ago BSP Patch:
Ulf Samuelsson [Thu, 12 Jul 2007 13:11:03 +0000 (13:11 -0000)]
BSP Patch:
=========================================================
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.

17 years agoDefine date of build as DATE, use in mtd/mtd.mk
Ulf Samuelsson [Wed, 11 Jul 2007 15:01:42 +0000 (15:01 -0000)]
Define date of build as DATE, use in mtd/mtd.mk

17 years agoConfigure linux within target/linux/Config.in instead of within target/device/Config.in
Ulf Samuelsson [Wed, 11 Jul 2007 14:42:32 +0000 (14:42 -0000)]
Configure linux within target/linux/Config.in instead of within target/device/Config.in

17 years agoConfigure linux within target/linux/Config.in instead of within target/device/Config.in
Ulf Samuelsson [Wed, 11 Jul 2007 14:40:56 +0000 (14:40 -0000)]
Configure linux within target/linux/Config.in instead of within target/device/Config.in

17 years agoBuild linux within target/linux/Makefile.in instead of within target/linux26.mk
Ulf Samuelsson [Wed, 11 Jul 2007 14:34:55 +0000 (14:34 -0000)]
Build linux within target/linux/Makefile.in instead of within target/linux26.mk

17 years agoUse <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson [Wed, 11 Jul 2007 14:20:47 +0000 (14:20 -0000)]
Use <package>_VERSION in all <package>.mk instead of <package>_VER

17 years agoUse <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson [Wed, 11 Jul 2007 14:06:06 +0000 (14:06 -0000)]
Use <package>_VERSION in all <package>.mk instead of <package>_VER

17 years agoUse <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson [Wed, 11 Jul 2007 13:55:55 +0000 (13:55 -0000)]
Use <package>_VERSION in all <package>.mk instead of <package>_VER

17 years agoUse <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson [Wed, 11 Jul 2007 13:55:21 +0000 (13:55 -0000)]
Use <package>_VERSION in all <package>.mk instead of <package>_VER

17 years ago- fix building sstrip
Bernhard Reutner-Fischer [Tue, 10 Jul 2007 11:34:22 +0000 (11:34 -0000)]
- fix building sstrip

17 years ago- cosmetics: rename _VER to _VERSION and touch at
Bernhard Reutner-Fischer [Mon, 9 Jul 2007 18:36:01 +0000 (18:36 -0000)]
- cosmetics: rename _VER to _VERSION and touch at

17 years ago- fix evaluation of HOSTCFLAGS for kconfig. Closes #1415
Bernhard Reutner-Fischer [Mon, 9 Jul 2007 18:23:20 +0000 (18:23 -0000)]
- fix evaluation of HOSTCFLAGS for kconfig. Closes #1415

17 years ago- pull from upstream
Bernhard Reutner-Fischer [Mon, 9 Jul 2007 17:59:19 +0000 (17:59 -0000)]
- pull from upstream

17 years ago- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Bernhard Reutner-Fischer [Mon, 9 Jul 2007 08:30:38 +0000 (08:30 -0000)]
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
  Fixes build breakage as seen by Ulf et al.

17 years ago- wipe config related files in distclean
Bernhard Reutner-Fischer [Mon, 9 Jul 2007 08:06:27 +0000 (08:06 -0000)]
- wipe config related files in distclean

17 years agoWGET_NOSPIDERS is not defined, use WGET for now
Ulf Samuelsson [Mon, 9 Jul 2007 04:59:45 +0000 (04:59 -0000)]
WGET_NOSPIDERS is not defined, use WGET for now

17 years agoUse hostap release version instead of snapshot
Ulf Samuelsson [Mon, 9 Jul 2007 04:40:53 +0000 (04:40 -0000)]
Use hostap release version instead of snapshot

17 years agosh needs '-c' to run a binary
Ulf Samuelsson [Mon, 9 Jul 2007 04:26:49 +0000 (04:26 -0000)]
sh needs '-c' to run a binary

17 years ago- add pxelinux
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 20:51:19 +0000 (20:51 -0000)]
- add pxelinux

17 years ago- apply settings for initramfs
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 19:22:58 +0000 (19:22 -0000)]
- apply settings for initramfs

17 years ago- provide option to build an initramfs out of the current rootfs. Closes #881
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 19:22:18 +0000 (19:22 -0000)]
- provide option to build an initramfs out of the current rootfs. Closes #881

17 years ago- bump version
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 19:07:46 +0000 (19:07 -0000)]
- bump version
- misc adjustments while at it

17 years ago- make it compile.
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 18:58:48 +0000 (18:58 -0000)]
- make it compile.

17 years ago- remove cruft
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 18:16:12 +0000 (18:16 -0000)]
- remove cruft

17 years ago- bump version and make it compile
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 18:14:51 +0000 (18:14 -0000)]
- bump version and make it compile

17 years ago- populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE defaults...
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 16:28:54 +0000 (16:28 -0000)]
- populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE defaults (hand-waving mode, of course untested.. ;)

17 years ago- unify the GCC_WITH_ configure options and make them active
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 16:27:25 +0000 (16:27 -0000)]
- unify the GCC_WITH_ configure options and make them active

17 years ago- add missing dirclean target (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 13:55:49 +0000 (13:55 -0000)]
- add missing dirclean target (Cristian Ionescu-Idbohrn)

17 years ago- update defaults
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 13:51:15 +0000 (13:51 -0000)]
- update defaults

17 years ago- fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 13:20:46 +0000 (13:20 -0000)]
- fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
- bump version

17 years ago- factor-out common config options for staging and target compiler
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 13:13:29 +0000 (13:13 -0000)]
- factor-out common config options for staging and target compiler
- take extra options for the respective compilers into account

17 years ago- we have to reconfigure iff some compiler-config was changed.
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 12:50:06 +0000 (12:50 -0000)]
- we have to reconfigure iff some compiler-config was changed.

17 years ago- add help target
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 12:20:58 +0000 (12:20 -0000)]
- add help target

17 years ago- CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 12:10:21 +0000 (12:10 -0000)]
- CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS

17 years ago- provide default for vfprintf
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 12:05:03 +0000 (12:05 -0000)]
- provide default for vfprintf

17 years ago- fdisk was broken in r18727, disable for now.
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 12:04:34 +0000 (12:04 -0000)]
- fdisk was broken in r18727, disable for now.

17 years ago- forgot to provide a default config for 1.6.1
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 11:56:38 +0000 (11:56 -0000)]
- forgot to provide a default config for 1.6.1
  Thanks to Cristian Ionescu-Idbohrn for noticing this.

17 years ago- iso9660 target does not build target kernel due to missing dependency. Closes ...
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 11:25:25 +0000 (11:25 -0000)]
- iso9660 target does not build target kernel due to missing dependency. Closes #1194

17 years ago- bump version and uninstall runlevel script. Closes #1366
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 11:03:43 +0000 (11:03 -0000)]
- bump version and uninstall runlevel script. Closes #1366

17 years ago- pretty print path for brevity
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 00:18:51 +0000 (00:18 -0000)]
- pretty print path for brevity

17 years ago- silence a cosmetic warning (closes several issues in mantis).
Bernhard Reutner-Fischer [Sun, 8 Jul 2007 00:00:17 +0000 (00:00 -0000)]
- silence a cosmetic warning (closes several issues in mantis).
  This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.

17 years ago- adjust for the released 4.2.0 version
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 23:55:19 +0000 (23:55 -0000)]
- adjust for the released 4.2.0 version

17 years ago- forgot to adjust the path
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 23:54:33 +0000 (23:54 -0000)]
- forgot to adjust the path

17 years ago- mention from which version this copy of kconfig comes from (redundant since i noted...
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 18:17:41 +0000 (18:17 -0000)]
- mention from which version this copy of kconfig comes from (redundant since i noted it already in the checkin message, but ok).

17 years ago- use correct path to libstdc++
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 12:58:15 +0000 (12:58 -0000)]
- use correct path to libstdc++

17 years agoAvoid stripping scripts
Ulf Samuelsson [Sat, 7 Jul 2007 12:28:25 +0000 (12:28 -0000)]
Avoid stripping scripts

17 years ago- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 11:06:08 +0000 (11:06 -0000)]
- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
  is the proper path for includes (check your host)

17 years ago- pull in missing hunks from the arm-mmap fix.
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 10:39:13 +0000 (10:39 -0000)]
- pull in missing hunks from the arm-mmap fix.

17 years ago- bump version
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 10:14:30 +0000 (10:14 -0000)]
- bump version

17 years ago- account for setups without wchar support.
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 10:11:17 +0000 (10:11 -0000)]
- account for setups without wchar support.

17 years ago- improve help text
Bernhard Reutner-Fischer [Sat, 7 Jul 2007 09:31:09 +0000 (09:31 -0000)]
- improve help text

17 years agoAvoid stripping a script file
Ulf Samuelsson [Sat, 7 Jul 2007 07:34:37 +0000 (07:34 -0000)]
Avoid stripping a script file

17 years agoRemove some unwanted white space in Makefile
Ulf Samuelsson [Fri, 6 Jul 2007 12:19:35 +0000 (12:19 -0000)]
Remove some unwanted white space in Makefile

17 years agoGet rid of leading whitespace to silence warnings from config system.
"Steven J. Hill" [Fri, 6 Jul 2007 11:42:03 +0000 (11:42 -0000)]
Get rid of leading whitespace to silence warnings from config system.

17 years agoBump versions.
"Steven J. Hill" [Fri, 6 Jul 2007 11:41:27 +0000 (11:41 -0000)]
Bump versions.

17 years agoRemove more stuff during 'make distclean'.
"Steven J. Hill" [Fri, 6 Jul 2007 04:58:01 +0000 (04:58 -0000)]
Remove more stuff during 'make distclean'.

17 years agoRemove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS...
"Steven J. Hill" [Fri, 6 Jul 2007 04:26:32 +0000 (04:26 -0000)]
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and 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.

17 years agoFix patch filtering and add new patch to disable tests for IPv6 when not selected.
"Steven J. Hill" [Fri, 6 Jul 2007 04:21:22 +0000 (04:21 -0000)]
Fix patch filtering and add new patch to disable tests for IPv6 when not selected.

17 years agoBump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submi...
"Steven J. Hill" [Thu, 5 Jul 2007 17:56:24 +0000 (17:56 -0000)]
Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmail.com>.

17 years agoAdd building of m4 for host and fix autoconf dependency. Submitted by Julien Letessie...
"Steven J. Hill" [Thu, 5 Jul 2007 17:54:38 +0000 (17:54 -0000)]
Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>.

17 years agoUpdate version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver...
"Steven J. Hill" [Thu, 5 Jul 2007 17:52:31 +0000 (17:52 -0000)]
Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>.

17 years agoRemove configure cruft
Peter Korsgaard [Thu, 5 Jul 2007 15:55:23 +0000 (15:55 -0000)]
Remove configure cruft

17 years agoThis was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe...
"Steven J. Hill" [Thu, 5 Jul 2007 05:15:47 +0000 (05:15 -0000)]
This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location.

17 years agoEnable the option.
"Steven J. Hill" [Thu, 5 Jul 2007 05:13:46 +0000 (05:13 -0000)]
Enable the option.

17 years agoDo not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also...
"Steven J. Hill" [Thu, 5 Jul 2007 05:13:20 +0000 (05:13 -0000)]
Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed.

17 years ago- forgot a line
Bernhard Reutner-Fischer [Mon, 2 Jul 2007 15:20:05 +0000 (15:20 -0000)]
- forgot a line

17 years ago- forgot to write out the .config.cmd
Bernhard Reutner-Fischer [Mon, 2 Jul 2007 14:35:11 +0000 (14:35 -0000)]
- forgot to write out the .config.cmd

17 years ago- bump version
Bernhard Reutner-Fischer [Mon, 2 Jul 2007 09:54:18 +0000 (09:54 -0000)]
- bump version

17 years ago- udhcp was merged into busybox some years ago; use a recent busybox instead!
Bernhard Reutner-Fischer [Mon, 2 Jul 2007 08:58:56 +0000 (08:58 -0000)]
- udhcp was merged into busybox some years ago; use a recent busybox instead!

17 years ago- change download site to sourceforge
Bernhard Reutner-Fischer [Fri, 29 Jun 2007 08:18:13 +0000 (08:18 -0000)]
- change download site to sourceforge

17 years ago- fix make defconfig (Rick Foos)
Bernhard Reutner-Fischer [Thu, 28 Jun 2007 22:38:48 +0000 (22:38 -0000)]
- fix make defconfig (Rick Foos)

17 years ago- add quagga suite
Bernhard Reutner-Fischer [Thu, 28 Jun 2007 15:55:00 +0000 (15:55 -0000)]
- add quagga suite

17 years ago- fix a few -clean targets.
Bernhard Reutner-Fischer [Thu, 28 Jun 2007 14:07:13 +0000 (14:07 -0000)]
- fix a few -clean targets.
- bash build is not parallel-safe

17 years ago- work around bug in gcc (or rather libiberty) for parallel install
Bernhard Reutner-Fischer [Thu, 28 Jun 2007 14:05:29 +0000 (14:05 -0000)]
- work around bug in gcc (or rather libiberty) for parallel install