X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsFlags.c;h=e8aefd8fcea57eb26072a0c33ba92c929505b515;hb=0d88de0b114a391712bc117d42928b49fba4d66a;hp=1e8654ddd8ae9a034f6da5b003d4fe8a622b3a85;hpb=da6ac258d7d8a8b0e03423833cdc78c57d3d39f4;p=ghc-hetmet.git diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 1e8654d..e8aefd8 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -684,12 +684,7 @@ error = rtsTrue; } else if (strequal("info", &rts_argv[arg][2])) { - printf("RTS info:\n"); - printf("RTS from GHC " ProjectVersion "\n"); - printf("RTS way " RtsWay "\n"); - printf("Host platform " HostPlatform "\n"); - printf("Build platform " BuildPlatform "\n"); - printf("Target platform " TargetPlatform "\n"); + printRtsInfo(); exit(0); } else {