Skip to content

Commit

Permalink
Remove need for aspp in build process
Browse files Browse the repository at this point in the history
Temporarily change use of aspp with cp as aspp currently
only copies the files to a different path with a different
extension but does not modify the files. Work is being done 
to change the makefiles to remove the use of aspp, but this 
is a temporary fix to enable building of OpenJ9 on AIX.

Signed-off-by: Steven Groeger <[email protected]>
  • Loading branch information
groeges authored and zl-wang committed Oct 19, 2017
1 parent 61abd15 commit 1873475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tr.source/trj9/build/toolcfg/aix-xlc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DEPSUFF=.depend.mk
AS_PATH?=as
CC_PATH?=xlc_r
CXX_PATH?=xlC_r
ASPP_PATH?=aspp
ASPP_PATH?=cp
SED_PATH?=sed
PERL_PATH?=perl
SHAREDLIB_PATH?=makeC++SharedLib_r
Expand Down

0 comments on commit 1873475

Please sign in to comment.