eclipse / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
933 stars 392 forks source link

UMA: add missing include path #7366

Closed keithc-ca closed 2 weeks ago

keithc-ca commented 2 weeks ago

If make decides to build OMR_VM.o for omr_static_lib, it will not be able to find mminitcore.h because $(top_srcdir)/gc/startup is not on the include path (like it is in omr/makefile).

dmitripivkine commented 2 weeks ago

@babsingh Would you please review?

babsingh commented 2 weeks ago

jenkins build all