HomeSort by: relevance | last modified time | path
    Searched refs:gcj (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/
autogen.sh 32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
autoclean.sh 17 rm -f m4/gcj.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
autogen.sh 32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
autoclean.sh 17 rm -f m4/gcj.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
autogen.sh 32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
autoclean.sh 17 rm -f m4/gcj.m4
  /src/external/gpl2/gettext/dist/gnulib-local/
Makefile.am 78 m4/gcj.m4 \
95 modules/gcj \
  /src/external/gpl2/gettext/dist/gettext-tools/m4/
Makefile.am 42 ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 \
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 4247 if $JAVAC --version 2>/dev/null | sed -e 1q | grep gcj > /dev/null; then
4375 # Extract the first word of "gcj", so it can be a program name with args.
4376 set dummy gcj; ac_word=$2
4478 if gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^3\.[01]/d' | grep '^[3-9]' >/dev/null; then
4479 if { echo "$as_me:4479: gcj -C -d . conftestlib.java" >&5
4480 gcj -C -d . conftestlib.java >&5 2>&1
4484 if { echo "$as_me:4484: gcj -C -d . conftest.java" >&5
4485 gcj -C -d . conftest.java >&5 2>&1
4488 CONF_JAVAC="gcj -C"
4495 if { echo "$as_me:4495: gcj -C -fno-assert -d . conftest.java" >&
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 851 GCJ
1046 GCJ
1688 GCJ Java native code compiler command
3869 # Search for the gcj command or use the one provided by the user.
3870 if test -z "$GCJ"; then
3871 for ac_prog in gcj
3879 if test -n "$GCJ"; then
3880 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
3899 GCJ=$ac_cv_prog_GCJ
3900 if test -n "$GCJ"; the
    [all...]

Completed in 19 milliseconds