Files
openGauss-third_party/dependency/pljava/redflag_platform.patch
2022-04-25 17:47:54 +08:00

20 lines
664 B
Diff

redflag_platform.patch
--- pljava-1_5_2/kernal/src/get_PlatForm_str.sh 2021-04-22 23:08:25.329008365 +0800
+++ pljava-1_5_2_new/kernal/src/get_PlatForm_str.sh 2021-04-22 22:57:26.464641840 +0800
@@ -126,6 +126,14 @@
plat_form_str=kylin_"$cpu_bit"
fi
+##################################################################################
+# redflag platform
+# the result form like this: redflag_x86_64
+##################################################################################
+if [ "$kernel"x = "redflag"x ]
+then
+ plat_form_str=asianux7.6_"$cpu_bit"
+fi
##################################################################################
#