util: Update the m5 util Makefiles to not use javah.
authorGabe Black <gabeblack@google.com>
Tue, 24 Mar 2020 07:56:29 +0000 (00:56 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 1 Apr 2020 11:58:06 +0000 (11:58 +0000)
commit031d261fe1d8d7ecb6d2946a1f719ce9f3d58448
tree29f1657fa9a8e10a65a70f5e673a1a8164e5881f
parenta959f28ec9d234c3016fcfb6328b2f2e3649d33b
util: Update the m5 util Makefiles to not use javah.

In more recent versions of the JDK, the javah tool has been dropped. The
same job can be accomplished by passing a -h option to javac, telling it
where to put the header files javah would have generated.

Change-Id: Ibc543d5fa222848458f45b1945f8050b85b77ca2
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27210
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
util/m5/src/Makefile.aarch64
util/m5/src/Makefile.arm