make/common/JdkNativeCompilation.gmk
branchihse-jdk-library-branch
changeset 56309 a7655cb387f9
parent 56308 8724d985c980
child 56311 e05b4241302b
--- a/make/common/JdkNativeCompilation.gmk	Wed Mar 14 21:52:48 2018 +0100
+++ b/make/common/JdkNativeCompilation.gmk	Wed Mar 14 23:15:29 2018 +0100
@@ -191,6 +191,8 @@
     $1_RC_FLAGS :=
   endif
 
+  $1_RC_FLAGS += $$($1_EXTRA_RC_FLAGS)
+
   # Since we reuse the rule name ($1), all our arguments will pass through.
   # We lose in transparency, but gain in brevity in this call...
   $$(eval $$(call SetupNativeCompilation, $1))