summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
...
* | gcc-upc: RemoveEelco Dolstra2013-01-28
| | | | | | | | | | This version (4.0) is obsolete. And UPC will be merged in GCC 4.8 anyway.
* | gcc-4.1: RemoveEelco Dolstra2013-01-28
| | | | | | | | No longer used and doesn't build.
* | gcc-2.95: RemoveEelco Dolstra2013-01-28
| | | | | | | | Hasn't built in a long time.
* | gcc-4.0: RemoveEelco Dolstra2013-01-28
| |
* | gcc-4.3: Apply siginfo_t fixEelco Dolstra2013-01-28
| | | | | | | | Borrowed from Gentoo.
* | iasl: Fix buildEelco Dolstra2013-01-28
| | | | | | | | http://hydra.nixos.org/build/3887583
* | Merge remote-tracking branch 'central/master' into stdenv-updatesLluís Batlle i Rossell2013-01-27
|\| | | | | | | | | Conflicts: pkgs/os-specific/linux/alsa-utils/default.nix
| * haskell-idris: update to version 0.9.6Peter Simons2013-01-25
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-01-22
|\|
| * clang requires libxlm2, on darwin at leastShea Levy2013-01-22
| |
| * clang/llvm: 3.2Shea Levy2013-01-22
| |
| * openjdk: Update to 7u6b24Shea Levy2013-01-22
| |
| * Merge pull request #263 from aforemny/mit-schemeVladimír Čunát2013-01-21
| |\ | | | | | | Fix mit-scheme
| | * Fix mit-schemeAlexander Foremny2013-01-12
| | | | | | | | | | | | | | | | | | These changes are necessary for me to use mit-scheme on i686 NixOS. mit-scheme in the current state should be broken on x86_64 either and these changes should fix, too. I however did not test this.
* | | Merge remote-tracking branch 'upstream/master' into stdenv-updatesRickard Nilsson2013-01-20
|\| |
| * | Remove some oversized packages from the channelEelco Dolstra2013-01-17
| |/ | | | | | | E.g. urbanterror takes up 2x720 MiB.
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\|
| * SBCL: Update to 1.1.3Michael Raskin2013-01-07
| |
* | gcc: Moving the arch=loongson2f to the current platform approachLluís Batlle i Rossell2012-12-31
| |
* | Porting the platform gcc flags support to gcc 4.7Lluís Batlle i Rossell2012-12-31
| |
* | Adding platform gcc information for raspberrypi, and the gcc support.Lluís Batlle i Rossell2012-12-30
| | | | | | | | | | | | Without it, gcc builds for softfloat, and the glibc doesn't have support for softfloat (it ends up requiring some gnu-soft.h file). We'll have to test if this fixes the build of gcc or not, though.
* | Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell2012-12-28
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial.
| * | Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell2012-12-28
| |\| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial solution.
| | * gcc47: Adding gcc mode, cross-building.Lluís Batlle i Rossell2012-12-28
| | | | | | | | | | | | | | | It's useful to build toolchains for armv7-m, to set thumb mode. It doesn't support arm mode. chaoflow needed it.
| | * Patch ghc-paths to interact better with ghcWithPackages.Andres Loeh2012-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the ghc-paths library is compiled, the paths of the compiler it is compiled with are being hardcoded in the library (and can then be queried from other applications using the library). But on Nix, packages are compiled with ghc-wrapper, and subsequently possibly used with a special version of ghc generated for a particular environment of packages. So one version of ghc-paths may potentially end up being used by lots of different instances of ghc. The hardcoding approach fails. As a work-around, we now patch ghc-paths so that it allows setting the paths that can be queried via environment variables. Specific GHC environments can then set these environment variables in the wrapper shell script that invokes GHC. This should at least partially solve issue #213.
| | * EQL: update to latest snapshotMichael Raskin2012-12-13
| | |
| | * ECL: update to 12.12.1Michael Raskin2012-12-13
| | |
* | | gcc47: Fixing the gcc.float cross parametersLluís Batlle i Rossell2012-12-28
| | |
* | | Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell2012-12-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.6/default.nix pkgs/development/compilers/gcc/4.7/default.nix The 4.7 had some weird parameters added in crossAttrs; I've removed them, but I don't understand where they come from.
| * | Clean up redundant "if condition then true else false"Eelco Dolstra2012-12-28
| | |
| * | Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
| | | | | | | | | | | | Pet peeve...
| * | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | | | | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
| * | Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | | | | | | | | | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
| * | gcc47: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | | | | | | | | | | | | It was in the builder.sh. Similar to the previous patch to gcc46.
| * | gcc46: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | | | | | | | | | It was in the builder.sh.
* | | gcc47: adding --with-float option to gcc builderLluís Batlle i Rossell2012-12-28
| | | | | | | | | | | | | | | | | | Meant for cross-building. I need that for the raspberrypi bootstrap-tools. Before this, its bootstrap-tools gcc built for softfloat by default.
* | | gcc47: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | | | | | | | | | | | | It was in the builder.sh. Similar to the previous patch to gcc46.
* | | gcc46: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | | | | | | | | | It was in the builder.sh.
* | | gcc4.7: making the cross-built gcc respect withAbi, withArch, ...Lluís Batlle i Rossell2012-12-26
| | |
* | | I forgot to undo a gcc46 unneeded change.Lluís Batlle i Rossell2012-12-26
| | |
* | | Restoring the gcc 4.6 builder. No need to change it.Lluís Batlle i Rossell2012-12-26
| | |
* | | Typo in 4.7 builder.shLluís Batlle i Rossell2012-12-26
| | |
* | | gcc47: fix on configureFlags, for cross-built gccLluís Batlle i Rossell2012-12-26
| | |
* | | gcc47: trying to fix cross-building a gccLluís Batlle i Rossell2012-12-26
| | |
* | | gcc/gcc-cross-wrapper: making gcc47 work with uclibcLluís Batlle i Rossell2012-12-26
| | | | | | | | | | | | | | | It wants pthreads, and libpthreads wants libdl, and this can only be found with -rpath-link when cross building.
* | | Removing any cross-building kind of native build for the pi.Lluís Batlle i Rossell2012-12-26
| | |
* | | Get gccs understand 'fpu'Lluís Batlle i Rossell2012-12-26
| | |
* | | Setting some kind of cross-compiler situation, for armv6l gnueabihf.Lluís Batlle i Rossell2012-12-26
| | |
* | | Fixing my bash scripting of the previous commitLluís Batlle i Rossell2012-12-26
| | |
* | | Trying to fix the gcc builder; I added pi flags in the wrong if/else branch.Lluís Batlle i Rossell2012-12-26
| | |