Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Forked from eclipse/openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with…
Java
-
Forked from eclipse/omr
Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
C++
-
-
-
-
725 contributions in the last year
Contribution activity
December 2020
Created 11 commits in 3 repositories
Created a pull request in eclipse/openj9 that received 3 comments
AArch64: Change -fpic to -fPIC
-fpic and -fPIC options are mixed in the build for AArch64 Linux.
This commit changes -fpic to -fPIC to make the options consistent.
Signed-off-by:…