mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo.
2006-06-07 Thomas Fitzsimmons <fitzsim@redhat.com> * scripts/makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo. * configure.ac (QT_AWT): Remove conditional. Do not add gnu/java/awt/peer/qt to standard.omit. * classpath/native/jni/qt-peer/Makefile.am: Install libqtpeer.so in GCJ's versioned library directory. * classpath/gnu/java/awt/peer/qt/QtToolkit.java (initToolkit): Load libqtpeer.so unconditionally. * gij.cc (main): Do not re-exec gij. * Makefile.am: Remove lib-gnu-java-awt-peer-qt.lo build logic. (gij_LDFLAGS): Point -rpath at GCJ's versioned library directory when linking gij. From-SVN: r114473
This commit is contained in:
committed by
Thomas Fitzsimmons
parent
dd286892c4
commit
ade710a51f
@@ -236,7 +236,6 @@ for peer in $peerlibs ; do
|
||||
done
|
||||
|
||||
AM_CONDITIONAL(XLIB_AWT, test "$use_xlib_awt" = yes)
|
||||
AM_CONDITIONAL(QT_AWT, test "$use_qt_awt" = yes)
|
||||
|
||||
# Create standard.omit based on decisions we just made.
|
||||
cp $srcdir/standard.omit.in standard.omit
|
||||
@@ -244,9 +243,6 @@ if test "$use_xlib_awt" != yes; then
|
||||
echo gnu/awt/xlib >> standard.omit
|
||||
echo gnu/gcj/xlib >> standard.omit
|
||||
fi
|
||||
if test "$use_qt_awt" != yes; then
|
||||
echo gnu/java/awt/peer/qt >> standard.omit
|
||||
fi
|
||||
|
||||
if test -z "${with_multisubdir}"; then
|
||||
builddotdot=.
|
||||
|
||||
Reference in New Issue
Block a user