summaryrefslogtreecommitdiffstats
path: root/build_all_v2.mk
Commit message (Collapse)AuthorAgeFilesLines
* cross-gdb: always build with python supportMichael Olbrich2021-05-211-3/+0
| | | | | | | | Disabling Python support was a crude hack to minimize dependencies for binary tarballs. This doesn't make sense any more since there are now several other dependencies anyways. So just drop the hack. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2: don't run ptxdist with --force by defaultMichael Olbrich2019-09-051-1/+1
| | | | | | | This should not be needed and hides errors such as the wrong ptxdist version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove special DESTDIR handlingMichael Olbrich2019-09-031-3/+0
| | | | | | | | Use the regular <platform>/sysroot-cross instead. The toolchain is relocatable. Building it in /opt is not necessary and it is currently broken anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-toolchain-tgz: strip host binaries only for the tarballMichael Olbrich2019-09-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cleanup: make it possible to not strip the target binariesMichael Olbrich2018-12-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-061-1/+1
| | | | | | Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.
* build_all_v2.mk: don't overwrite existing PTXDIST_ENV_WHITELISTMichael Olbrich2018-12-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* expand debian package versionMichael Olbrich2018-02-091-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: allow enabling pythonMichael Olbrich2014-12-121-1/+1
| | | | | | | The debian packages contain the correct dependencies now, so make it possible to build python enabled gdb with build_all_v2.mk Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* move stripping and image creation into ptxdist rulesMichael Olbrich2014-12-041-69/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: generate tar.xzMichael Olbrich2014-04-091-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build*: stop after calling ptxdist for anything other than 'go'Michael Olbrich2014-02-021-2/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build*: allow specifying the ptxdist arguments on the command-lineMichael Olbrich2013-12-191-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: allow building without pythonMichael Olbrich2013-12-191-0/+3
| | | | | | | and use it in build_all_v2.mk. This is used to build the binary toolchains. We want to avoid extra dependencies here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: strip some more filesMichael Olbrich2012-12-101-1/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: add some comments when creating packagesMichael Olbrich2012-12-051-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: some cleanup after buildingMichael Olbrich2012-12-041-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* exclude gcc-first when packagingMichael Olbrich2012-12-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: improved dependenciesMichael Olbrich2012-12-041-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: use setlocalversionMarc Kleine-Budde2011-03-221-18/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [build_all_v2.mk] add oldconfig targetMichael Olbrich2011-02-221-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * build_all_v2.mk:Marc Kleine-Budde2009-11-181-0/+6
| | | | | | | | | | | | the build_all_V2.mk script is very useful, if you just want to build all chains. If you intend to build just a single chain, you must derive the allowed targetnames by hand. The patch below adds a small helper to output the available target rules. Patch-by: c.schlote@konzeptpark.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@9578 f8d472c7-5700-0410-ac5a-87979cec3adf
* build_all_v2.mk: fail if autodetecion of VERSION failsUwe Kleine-König2009-08-101-1/+5
| | | | | | | | VERSION is determined from the basename of the working copy. Just print an error if its name doesn't follow the required convention. Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* * build_all_v2.mk:Marc Kleine-Budde2008-12-181-1/+1
| | | | | | | build DEBS git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8715 f8d472c7-5700-0410-ac5a-87979cec3adf
* * build_all_v2.mk:Marc Kleine-Budde2008-12-161-0/+0
| | | | | | | chmod +x git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8662 f8d472c7-5700-0410-ac5a-87979cec3adf
* * build_all_v2.mk:Marc Kleine-Budde2008-12-161-26/+34
| | | | | | | added deb package generator git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8650 f8d472c7-5700-0410-ac5a-87979cec3adf
* * build_all_v2.mk:Marc Kleine-Budde2008-12-161-2/+3
| | | | | | | use force git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8637 f8d472c7-5700-0410-ac5a-87979cec3adf
* * build_all_v2.mk:Marc Kleine-Budde2008-10-161-2/+1
| | | | | | | fixup use of --ptxconfig git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7849 f8d472c7-5700-0410-ac5a-87979cec3adf
* * build_all_v2.mk, fixup_ptxconfigs.sh:Marc Kleine-Budde2008-10-011-3/+1
| | | | | | | use --ptxconfig feature git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7664 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2008-09-251-14/+33
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7595 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2008-09-211-0/+83
https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7500 f8d472c7-5700-0410-ac5a-87979cec3adf