blob: 84c399182a4c30f8f9e21a869e8c5c108aa51377 [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001Remove the compiler commandline/platform from the compiled binary as this
2breaks reproducibilty.
3
4Upstream-Status: Inappropriate [OE reproducibiity fix upstream unlikely to take]
5RP 2021/3/1
6
7
William A. Kennington IIIac69b482021-06-02 12:28:27 -07008--- a/Source/Modules/main.cxx
9+++ b/Source/Modules/main.cxx
10@@ -642,7 +642,6 @@ static void getoptions(int argc, char *a
Andrew Geissler90fd73c2021-03-05 15:25:55 -060011 }
12 } else if (strcmp(argv[i], "-version") == 0) {
13 fprintf(stdout, "\nSWIG Version %s\n", Swig_package_version());
14- fprintf(stdout, "\nCompiled with %s [%s]\n", SWIG_CXX, SWIG_PLATFORM);
15 fprintf(stdout, "\nConfigured options: %cpcre\n",
16 #ifdef HAVE_PCRE
17 '+'