This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for Preview: Cross-Configury Tweaks (Updated)


I have not tried this out, but this looks neater than the
one I submitted, except that you can perhaps do away with
"which_gcj" and do that stuff in line...

The "proof of the pudding" would be to do a clean build on
Linux(native), Linux(cross), Linux(crossed_native) and
MinGW(native) and I *guess* you'd have already tested out
these...


+     # FIXME: Allow the executable extension of the build machine
+     # (i.e. to allow a MingW cross compiler)
+     if test -x "${built_gcc_dir}/gcj"; then
                                      ^
Can you not use $(ac_cv_exeext) here?


+ if test -x "${built_gcc_dir}/gcj${ac_exeext}"; then
^^^^^^^^^

How is this different from ac_cv_exeext? (Just curious - I
am by no means an authority on any of this stuff!)

AFAIK Tom would be the best person to certify the validity
of these changes.

Ranjit.

_________________________________________________________________
Fun on the mobile with http://www.msn.co.in/mobile/ ringtones, graphics, logos etc.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]