summaryrefslogtreecommitdiff
path: root/package/gcc
AgeCommit message (Collapse)Author
2011-04-10revert firefox and libpng updates, does not workWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-01-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-20sync gcc patches from toolchainWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
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-10-16fix build dependencyWaldemar Brodkorb
2010-09-28rework build dependenciesWaldemar Brodkorb
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-02fix compile of gcc package, host cppflags should be not target cppflagsWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-03-16do not build gcc for ag241, makes no senseWaldemar Brodkorb
2010-03-06fix PKG_DEPENDSWaldemar Brodkorb
2010-03-05fix gcc package on MIPS64Waldemar Brodkorb
2010-03-04fix gcc cross-compileWaldemar Brodkorb
2010-02-28unbreak gcc package for lemoteWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-31rework libc-dev package, add linker script for x86Waldemar Brodkorb
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-20fix more dependenciesWaldemar Brodkorb
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-11resolve conflictWaldemar Brodkorb
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/build.mk
2009-11-22make bulk build on Debian/lenny x86 completeWaldemar Brodkorb
- fix some menu descriptions - fix gcc package compile
2009-10-22some adk devel correctionsWaldemar Brodkorb
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/package.mk
2009-09-29fix some eglibc adk buildsystem problemsWaldemar Brodkorb
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)
2009-08-28add more packages needed for native buildsWaldemar Brodkorb
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development
2009-08-24add gawk packageWaldemar Brodkorb
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-06-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-02fix regressions for allconfig alix1c glibc targetWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-31fix regressions from ipkg reworkWaldemar Brodkorb
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target
2009-05-30Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
resolve conflicts Conflicts: mk/pkg-bottom.mk package/ctorrent/Makefile package/gcc/Makefile package/gmp/Makefile package/id3lib/Makefile package/libelf/Makefile package/libnl/patches/patch-include_netlink-local_h package/mpd/Makefile package/nmap/Makefile package/rrs/Makefile package/weechat/Makefile scripts/rstrip.sh target/Config.in
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-30fix gcc packageWaldemar Brodkorb
- simple test c program compiles in qemu-mips with the cross-compiled compiler - don't know if rstrip.sh change is good, need to check, but crt*.o symbols might not be stripped - create helper links for libgcc + libc needed for ld
2009-05-29enable cross-compile of gccWaldemar Brodkorb
- fix asm issue for mips mpfr (reported upstream) - enable gcc build (not tested, yet, but at least compiles)
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx