Change make crossgcc to build without gdb by default
authorPeter Stuge <peter@stuge.se>
Thu, 9 Jun 2011 03:06:25 +0000 (05:06 +0200)
committerPeter Stuge <peter@stuge.se>
Thu, 9 Jun 2011 04:09:17 +0000 (06:09 +0200)
Using gdb with coreboot is not (yet) very common, so at least for
now it makes sense to not build gdb by default. A make crosstools
target is also added, which runs the full build in util/crossgcc
and thus generates a toolchain with both compiler and debugger.

Change-Id: I939ebcd06ae9a1bc485fd18e70cac98112d3bbbf
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/17
Tested-by: build bot (Jenkins)
Reviewed-by: Marshall Buschman <mbuschman@lucidmachines.com>
Makefile.inc

index 72a3b550179261510d4f9dafce6a2efba7088408..8191a04692c61d55cb0978b94f8594f3d7417a51 100644 (file)
@@ -236,6 +236,9 @@ gitconfig:
        (git config --global user.name >/dev/null && git config --global user.email >/dev/null) || (printf 'Please configure your name and email in git:\n\n git config --global user.name "Your Name Comes Here"\n git config --global user.email your.email@example.com\n'; exit 1)
 
 crossgcc: clean-for-update
+       $(MAKE) -C util/crossgcc build-without-gdb
+
+crosstools: clean-for-update
        $(MAKE) -C util/crossgcc build
 
 crossgcc-clean: clean-for-update