Bernhard Reutner-Fischer
e3ea4c5cda
- add some ARM 1176 variants
2007-03-20 14:42:42 +00:00
Bernhard Reutner-Fischer
a9612bfdd9
- Default to gzip -d -c since zcat may only support compress'ed files
...
according to SuS. Thanks to Heikki Lindholm for pointing this out.
2007-03-09 08:26:10 +00:00
Bernhard Reutner-Fischer
5e1f034bca
- speeling fix
2007-02-09 13:35:41 +00:00
Bernhard Reutner-Fischer
7779fd7453
- add gcc-4.0.4
...
- add knob to enable unsupported, deprecated, obsoleted versions of packages
2007-02-09 13:31:55 +00:00
Bernhard Reutner-Fischer
20290b8183
Prepatory patch to allow AVR32/AT91 support from Ulf Samuelsson
...
- Introduce AVR32 target architecture "avr32"
- Introduce AVR32 target variants (AP7000/AP7010/AP7020)
- Introduce Download location for patches/packages for Atmel chips (BR2_ATMEL_MIRROR)
- Introduce Download location for Community AT91 patches/packages (BR2_AT91_PATCH_MIRROR)
2007-01-28 15:15:53 +00:00
Bernhard Reutner-Fischer
93ab6d3021
- add an experimental BR2_PREFER_IMA.
...
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-28 12:03:58 +00:00
Bernhard Reutner-Fischer
bb1caf686c
- convert to lowercase to match the other sub-arches
2007-01-17 13:54:12 +00:00
Bernhard Reutner-Fischer
ad505fa0ce
- add ARM_IWMMXT variant since uClibc supports it
2007-01-17 13:05:14 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
859b9137fd
- add BR2_ZCAT in preparation of fixing bug #971
2006-10-01 15:07:45 +00:00
Paul Mundt
b10bfad61e
Add an sh64 target to buildroot.
2006-08-28 06:52:43 +00:00
Bernhard Reutner-Fischer
c3c100b63f
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
...
- fix a few typos
2006-07-04 11:44:32 +00:00
Paul Mundt
61aa805b9e
Add support for ARM EABI.
2006-06-05 22:11:01 +00:00
Paul Mundt
d56e2b342f
Split the target suffix out as a config option, for the few cases where
...
we have to use a different one.
2006-06-05 21:49:44 +00:00
Mike Frysinger
679fd2f932
patch by David Anders to add arm variants
2006-01-18 12:31:57 +00:00
Mike Frysinger
e420a8870a
incorporate patches from marc in bug #273 to add support for nios2
2006-01-04 04:52:34 +00:00
Mike Frysinger
70ea98efbb
add an option for the --build so cygwin users can utilize buildroot
2005-12-27 08:42:13 +00:00
Bernhard Reutner-Fischer
7df4de6cbb
- remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.
...
default to no additional tar options.
2005-12-10 15:36:43 +00:00
Bernhard Reutner-Fischer
ce90aae17c
- add option to pass to tar for unpacking the source.
...
Set it to exclude .svn per default (please default to "" if inappropriate)
2005-12-10 14:59:02 +00:00
Mike Frysinger
59a63a91eb
let people control location of download dir
2005-10-01 00:35:24 +00:00
Mike Frysinger
6212c19a8f
allow people to build for i386/i486/i586/i686 targets since some packages (like gcc) build differently based upon the host tuplet
2005-09-24 04:55:03 +00:00
Mike Frysinger
e763ae97ec
make alpha/x86_64 selectable options and export architecture endian so we can use it in uclibc config setup
2005-09-22 06:08:52 +00:00
Mike Frysinger
e4de8b2f14
add sf mirrors list in help (fix by Bernhard Fischer) and allow people to add custom prefix/suffix to builds
2005-09-18 04:41:57 +00:00
Eric Andersen
0deb9d1486
Switch default from 'unc' to 'easynews'
2005-08-13 10:55:51 +00:00
Eric Andersen
1d63e8a8d9
Make the sourceforge mirror site a config option, as sourceforge
...
mirrors tend to change, move, go down, etc from time to time.
2005-06-09 12:15:00 +00:00
Eric Andersen
229a7784ff
http://bugs.uclibc.org/view.php?id=294
...
There is a mistake in buildroot/Config.in
2005-06-09 09:50:11 +00:00
Paul Mundt
d66db536c3
Add an sh2eb target.
2005-05-07 17:28:49 +00:00
Paul Mundt
c5564f7b34
Initial support for MS7206SE01 sh2a board.
2005-05-03 13:56:36 +00:00
Eric Andersen
de23d7d1a4
Small wording change
2005-02-07 22:31:56 +00:00
Eric Andersen
e30cf26cff
Patch from scott: http://bugs.uclibc.org/view.php?id=42
...
0000042: add subversion (svn) support to buildroot
This patch adds support for subversion to checkout files, much like how CVS
already works. It uses 'SVN' macro in makefiles.
2005-01-23 11:20:30 +00:00
Eric Andersen
8e5fb3fb4a
Add initial BR2_JLEVEL support, with some exceptions for apps that
...
have broken 'make -j' support
2004-12-11 13:01:10 +00:00
Eric Andersen
ba7c48f306
Add an option to allow people to relocate the toolchain
2004-12-11 10:25:40 +00:00
Eric Andersen
070e7c147b
Patch from Volmat Alain adding SH3/SH3EB SH4EB support
2004-12-11 09:56:58 +00:00
Eric Andersen
fb1c67c1e7
Will McCammon writes:
...
make fails for busybox 1.0.0 on fedora core 2
because the default behavior of wget is to create
a directory structure of the remote download
server on the local filesystem. in which case,
tar cannot find successfully downloaded files in
/buildroot/sources/dl. patch attached.
2004-10-15 07:11:54 +00:00
Eric Andersen
bad6428272
Don't use a string to do the job of a bool
2004-10-09 21:12:25 +00:00
Mike Frysinger
1f41bb7738
support tar verbosity
2004-10-09 18:58:04 +00:00
Eric Andersen
4c4768b2f7
Fix it so we once again build the target root_fs
2004-10-09 04:34:21 +00:00
Eric Andersen
2d523c2317
Major buildroot facelift, step one.
...
-Erik
2004-10-09 01:06:03 +00:00