From 6ae696a1d1f25bf52923a3dd1c3b4a08e2033bfd Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 18 Jul 2012 15:03:31 +0200 Subject: First batch of file additions for cross-compiler: new file: ghc/ghc-cross.wrapper new file: includes/mkDerivedConstants.cross.awk new file: includes/mkSizeMacros.cross.awk new file: rules/cross-compiling.mk These are expected to sit quietly in the tree until the rest of the machinery matures on an (upcoming) branch. Reviews will begin to make sense as soon as that has happened. Anyway, comments are welcome. See for background. Disclaimer: these source files are not (yet) up to the quality standards set by the rest of the tree. Cleanups, move-arounds and rewrites (i.e. .awk -> .hs), as well as additional comments and documentation will happen as soon as the basic functionality of a cross-compiler is working reliably. --- ghc/ghc-cross.wrapper | 1 + 1 file changed, 1 insertion(+) create mode 100644 ghc/ghc-cross.wrapper (limited to 'ghc') diff --git a/ghc/ghc-cross.wrapper b/ghc/ghc-cross.wrapper new file mode 100644 index 0000000000..56564e589d --- /dev/null +++ b/ghc/ghc-cross.wrapper @@ -0,0 +1 @@ +exec "$executablename" -B"$topdir" ${1+"$@"} -pgma "$pgmgcc" -pgmc "$pgmgcc" -pgml "$pgmgcc" -- cgit v1.2.1