8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii)

Reviewed-by: ihse
This commit is contained in:
Erik Joelsson 2014-08-20 14:11:35 +02:00
parent 759e173d7e
commit b7cc4f2beb

View File

@ -60,7 +60,7 @@ define add_idl_package
$(RM) -rf $3/$$($4_TMPDIR)
$(MKDIR) -p $(dir $5)
$(ECHO) $(LOG_INFO) Compiling IDL $(patsubst $2/%,%,$4)
$8 -td $3/$$($4_TMPDIR) \
LC_ALL=C $8 -td $3/$$($4_TMPDIR) \
-i $2/org/omg/CORBA \
-i $2/org/omg/PortableInterceptor \
-i $2/org/omg/PortableServer \