summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-02-17more changes towards better board supportEric Andersen
2005-02-17Make target stuff last so it can override everything elseEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-02-07update copyrightEric Andersen
2004-12-11Don't fail for existing dirsEric Andersen
2004-12-11Add some more phonysEric Andersen
2004-12-11Don't nuke STAGING_DIR and TARGET_DIREric Andersen
2004-10-15Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III
While the host utils are also built, they are not currently installed.
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09Don't use a string to do the job of a boolEric Andersen
2004-10-09support tar verbosityMike Frysinger
2004-10-09Remove obsolete references to SOURCE_DIREric Andersen
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.
2004-10-09It would help to include the package specific *.mk makefilesEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik
2004-10-08add -pipe to default CFLAGSMike Frysinger
2004-10-05Always use kernel-headers.Eric Andersen
2004-09-30Add the new binutils and gdb, but don't make them defaults since I haven'tManuel Novoa III
really tested them yet.
2004-09-22Default to 2.4.27 kernel headersEric Andersen
2004-09-14Add back in support for 3.3.4 soft float toolchains, although arm wouldManuel Novoa III
require reenabling linking with -lfloat in uClibc.
2004-09-10Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)Manuel Novoa III
and Dan Kegel's crosstools (7??-*). Use makefile vars for toolchain names in ccache.mk and gdb.mk. Fix a g++-related symlink issue with ccache. Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips is building). Let the users go forth and test... ;-)
2004-09-03Should be supported now for gcc 3.4.1.Manuel Novoa III
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-04-21Use busybox to provide login etc by defaultEric Andersen
2004-04-12Due to alphabetizing, the uml stuff was pulled in after uclibc.mkEric Andersen
causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml.
2004-04-09support ccache for the build as well as the targetEric Andersen
2004-03-18Remove perl. It doesn't work, and seems to be a supportEric Andersen
problem magnet. So kill it.
2004-02-18Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III
Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3.
2004-02-11Should have added this a long time ago.Manuel Novoa III
2004-02-11Use --enable-sjlj-exceptions when configuring gcc so that exception handlingManuel Novoa III
works for dynamicly linked executables. Only tested so far on i386 with gcc 3.3.2. But combined with the latest ldso updates, I can now get a dynamicly linked java helloworld app to run. Add a config toggle for building gcj and libgcj. The build runs fine through gcc-final but currently requires hand interventions to build gcc-target. Again, only tested so far on i386.
2004-01-29Remove USE_LINUX_UCLIBC option, since that is now the onlyEric Andersen
supported way of building toolchains
2004-01-16Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.Manuel Novoa III
2004-01-14Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III
issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support.
2004-01-04Default buildroot to use stock uClibc 0.9.26 till further noticeEric Andersen
2003-12-02Default to building ccache for the targetEric Andersen
2003-11-30Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.Manuel Novoa III
Add some comments in Makefile about support for various archs. Disable buildroot large file for cris, since uClibc currently disables it.
2003-11-21Oops... check in the file version this time.Manuel Novoa III
2003-11-21Fix some soft float make variables.Manuel Novoa III
2003-11-20mention mipselEric Andersen
Make soft float easier to enable/disable
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
2003-11-16Note that the OPTIMIZE_FOR_CPU setting is broken, and save both theManuel Novoa III
users _and_ us some grief.
2003-11-11Move uclibc-configured target forward so arch prompt happens sooner.Manuel Novoa III
When locale support is desired, pass the correct option to gcc configure.
2003-11-11Fix a build problem found while building for arm soft-floatEric Andersen
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-10-22Stock buildroot is not supposed to build gcc_targetEric Andersen