summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-05-24first prereqWaldemar Brodkorb
2014-05-23environment vars not usedWaldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23simplify bulktargets, just use buildallWaldemar Brodkorb
2014-05-18convert mips to use new targethelp make target, useful to just show the help ↵Waldemar Brodkorb
text after building
2014-03-26remove git as dependency, we now have snapshot tarballsWaldemar Brodkorb
2014-03-16remove cleantarget at the momentWaldemar Brodkorb
we share all toolchains in host_<gnu_host_name> directory, so the existing cleantarget does not work as expected. remove it for now.
2014-03-12fix download targetWaldemar Brodkorb
2014-03-04remove visible parts of guiconfig, I don't like it, don't wanna support itWaldemar Brodkorb
2014-03-04fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵Waldemar Brodkorb
qemu-sparc64, still another issue exist.
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02add basic steps for qemu test framework buildingWaldemar Brodkorb
2014-03-02strip toolchain components without copying debug data, clean toolchain after ↵Waldemar Brodkorb
every target so no 300Gb are required to bulk build the toolchains
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-08use tools dir before PATH, fix ulimit ksh problemWaldemar Brodkorb
2013-12-05add release target, to just build one systemWaldemar Brodkorb
2013-11-14remove zip and libIDL dependency, firefox does not need libIDL anymore. need ↵Waldemar Brodkorb
to fix orbit2
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-07-18fix allmodconfig after fresh checkoutWaldemar Brodkorb
2013-05-02update Xorg to 7.7Waldemar Brodkorb
2011-08-31add g++ checks, separate checks for gcc and g++Waldemar Brodkorb
2011-01-25entirely drop HOSTCC stuffWaldemar Brodkorb
2011-01-24fix PKG_HOSTLIB_DIR defaultWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-19add XX_FOR_BUILD variables, they are more standard compliant and used by ↵Waldemar Brodkorb
autotools
2011-01-13add a default directory, when pkg-config is too oldWaldemar Brodkorb
2011-01-10fix some files, when someone moves the top directoryWaldemar Brodkorb
2011-01-08variable name cleanupWaldemar Brodkorb
2011-01-03avoid error message, when not availableWaldemar Brodkorb
2011-01-03ignore warning, when not foundWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-13fix cross-compile on Darwin, update to latest upstreamWaldemar Brodkorb
2010-11-21fix unlimit datasizeThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-09-16fintune rebuild stuff, fix some warningsWaldemar Brodkorb
2010-09-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-01allow to execute gcc testsuite (remotely on target)Waldemar Brodkorb
2010-07-29NetBSD portability fixesWaldemar Brodkorb
2010-07-24add gtk guiconfig from linux kernel configsystemWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar Brodkorb
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg
2010-04-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-07Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-06use grep instead of fgrepWaldemar Brodkorb