forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 25c72f09e887f85fcff4a3f978d294da97ab1420
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Remove the compiler commandline/platform from the compiled binary as this
breaks reproducibilty.
 
Upstream-Status: Inappropriate [OE reproducibiity fix upstream unlikely to take]
RP 2021/3/1
 
 
--- a/Source/Modules/main.cxx
+++ b/Source/Modules/main.cxx
@@ -642,7 +642,6 @@ static void getoptions(int argc, char *a
     }
       } else if (strcmp(argv[i], "-version") == 0) {
     fprintf(stdout, "\nSWIG Version %s\n", Swig_package_version());
-    fprintf(stdout, "\nCompiled with %s [%s]\n", SWIG_CXX, SWIG_PLATFORM);
     fprintf(stdout, "\nConfigured options: %cpcre\n",
 #ifdef HAVE_PCRE
         '+'