summaryrefslogtreecommitdiff
path: root/package/libstdcxx/Makefile
AgeCommit message (Collapse)Author
2017-01-14newlib: update to 2.5.0Waldemar Brodkorb
2016-11-30do not try to package libstdc++.so in static modeWaldemar Brodkorb
2016-11-21sh: fix libstdc++ installWaldemar Brodkorb
2016-09-12add gfortran package for the library, move libstdc++ to baseWaldemar Brodkorb
2016-06-18libstdcxx: respect static binfmt buildWaldemar Brodkorb
2015-12-21libstdc++ is part of gcc, use the version from gccWaldemar Brodkorb
2015-12-06fix libstcxx packageWaldemar Brodkorb
2015-10-11remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDSWaldemar Brodkorb
2015-02-05use noremove here.Waldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar Brodkorb
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-05fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵Waldemar Brodkorb
libc packages, to avoid cpio errors
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-24fix libstdcxx issuesWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-04-06fix pathWaldemar Brodkorb
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-03-02another endif fixWaldemar Brodkorb
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-02-09fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchainsWaldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2013-11-13subversion is 13Waldemar Brodkorb
2013-10-11fix broken symlinksWaldemar Brodkorb
2013-10-10fix buildWaldemar Brodkorb
2013-10-04fix packageWaldemar Brodkorb
2013-10-04add musl includeWaldemar Brodkorb
2013-09-30fix some build errors for lemote yeelongWaldemar Brodkorb
2013-02-28fix compile with uclibcWaldemar Brodkorb
2013-02-08update pango and all dependenciesWaldemar Brodkorb
2012-10-12fix multilib supportWaldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar Brodkorb
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
2011-02-14allow cross-compile on Darwin, remove broken rpm package (unused).Waldemar Brodkorb
2011-01-17these symlinks are requiredWaldemar Brodkorb
2011-01-13allow cross-compile under Darwin, fix ppp install targetsWaldemar 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-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-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-06-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
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.
2009-11-15update squid, openssl and tinyproxy to latest upstream versionWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
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-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