Commit Graph

25 Commits

Author SHA1 Message Date
OPNA2608
105d59fd6a open-watcom-v2: 0-unstable-2024-05-14 -> 0-unstable-2024-10-13 2024-10-19 15:18:21 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
OPNA2608
16685630aa open-watcom-v2-unwrapped: 0-unstable-2023-11-24 -> 0-unstable-2024-05-14 2024-05-14 08:14:00 +02:00
OPNA2608
5c85ae0bac open-watcom-v2-unwrapped: unstable-2023-11-24 -> 0-unstable-2023-11-24 2024-05-05 16:22:46 +02:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
OPNA2608
cb28201998 open-watcom-v2-unwrapped: unstable-2023-05-17 -> unstable-2023-11-24, fix on Darwin 2024-01-15 09:14:14 -08:00
Christoph Neidahl
43da3da1a0
open-watcom-v2-unwrapped: unstable-2023-03-20 -> unstable-2023-05-17 (#230544)
* open-watcom-v2-unwrapped: unstable-2023-03-20 -> unstable-2023-05-07

* open-watcom-v2-unwrapped: unstable-2023-05-07 -> unstable-2023-05-17
2023-05-25 21:15:50 +02:00
OPNA2608
c1f45a9ae6 open-watcom-v2-unwrapped: unstable-2023-01-30 -> unstable-2023-03-20 2023-03-20 15:54:08 +01:00
OPNA2608
d32b1cbc6c open-watcom-v2-unwrapped: unstable-2022-10-03 -> unstable-2023-01-30
Enable on more platforms
2023-01-30 15:18:31 +01:00
OPNA2608
924372998b open-watcom-v2-unwrapped: opt-out of nixpkgs-update 2022-10-09 13:55:19 +02:00
R. Ryantm
25b7035513 open-watcom-v2-unwrapped: unstable-2022-08-02 -> unstable-2022-10-03 2022-10-03 15:25:33 +00:00
OPNA2608
16395a9797 wrapWatcom: use passthru.prettyName 2022-08-03 16:37:59 +02:00
OPNA2608
aa30734c17 open-watcom-v2-unwrapped: unstable-2022-05-04 -> unstable-2022-08-02 2022-08-03 15:30:35 +02:00
R. Ryantm
e997da6800 open-watcom-v2-unwrapped: unstable-2022-05-03 -> unstable-2022-05-04 2022-05-06 08:55:39 +00:00
R. Ryantm
11beba2dfc open-watcom-v2-unwrapped: unstable-2022-04-29 -> unstable-2022-05-03 2022-05-03 16:11:39 +00:00
R. Ryantm
c64751f2bf open-watcom-v2-unwrapped: unstable-2022-04-24 -> unstable-2022-04-29 2022-04-30 09:57:15 +00:00
R. Ryantm
9ef062f508 open-watcom-v2-unwrapped: unstable-2022-04-23 -> unstable-2022-04-24 2022-04-25 08:35:12 +00:00
R. Ryantm
1b6f0a2de8 open-watcom-v2-unwrapped: unstable-2022-04-21 -> unstable-2022-04-23 2022-04-23 10:38:59 +00:00
R. Ryantm
05f47e6cfc open-watcom-v2-unwrapped: unstable-2022-04-18 -> unstable-2022-04-21 2022-04-21 07:56:14 +00:00
R. Ryantm
eb57cadcaa open-watcom-v2-unwrapped: unstable-2022-03-14 -> unstable-2022-04-18 2022-04-18 07:33:01 +00:00
R. Ryantm
9c951ed83e open-watcom-v2-unwrapped: unstable-2022-02-22 -> unstable-2022-03-14 2022-03-14 06:29:38 +00:00
OPNA2608
9cb9dc9a1a open-watcom-v2: unstable-2022-01-18 -> unstable-2022-02-22 2022-02-23 00:06:04 +01:00
R. Ryantm
43736a560e open-watcom-v2-unwrapped: unstable-2021-12-10 -> unstable-2022-01-18 2022-01-19 07:09:31 +00:00
OPNA2608
b03ca8faa8 open-watcom-v2: unstable-2021-11-30 -> unstable-2021-12-10 2021-12-10 13:31:40 +01:00
Christoph Neidahl
113f047ae7
open-watcom-v2: init at unstable 2021-11-30 (#124000) 2021-12-06 11:05:03 -05:00