diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 11:34:17 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 21:43:38 +0200 |
commit | f70f1b656b6c3d5eef2f1a545876774047338ad1 (patch) | |
tree | b33c350c57dc455ee4ff75948eeb93ef43d26d05 /ghc | |
parent | ec197d390e18a6cfaa420009f5c5f143237f5a9f (diff) | |
download | haskell-f70f1b656b6c3d5eef2f1a545876774047338ad1.tar.gz |
Build system: delete two unused files
They were introduced in 6ae696a1d1f25bf52923a3dd1c3b4a08e2033bfd. We do
cross-compilation differently now.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-cross.wrapper | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/ghc-cross.wrapper b/ghc/ghc-cross.wrapper deleted file mode 100644 index 56564e589d..0000000000 --- a/ghc/ghc-cross.wrapper +++ /dev/null @@ -1 +0,0 @@ -exec "$executablename" -B"$topdir" ${1+"$@"} -pgma "$pgmgcc" -pgmc "$pgmgcc" -pgml "$pgmgcc" |