Ignore:
Timestamp:
05/07/2016 01:40:16 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
37191af
Parents:
92ada82
Message:

Sync to trunk r17213
Added entity for GNOME-3.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17328 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-java.xml

    r92ada82 r54aaa89  
    160160cp ../ecj-latest.jar ./ecj.jar &amp;&amp;
    161161
    162 mkdir ../gcc-build &amp;&amp;
    163 cd    ../gcc-build &amp;&amp;
    164 
    165 ../gcc-&gcc-java-version;/configure           \
     162mkdir build &amp;&amp;
     163cd    build &amp;&amp;
     164
     165../configure                     \
    166166    --prefix=/usr                \
    167167    --disable-multilib           \
     
    170170    --enable-java-home           \
    171171    --with-jvm-root-dir=/opt/gcj \
    172     --with-antlr-jar=$(pwd)/../antlr-&antlr-version;-complete.jar \
     172    --with-antlr-jar=$(pwd)/../../antlr-&antlr-version;-complete.jar \
    173173    --enable-languages=java &amp;&amp;
    174174make</userinput></screen>
     
    193193    </para>
    194194
    195 <screen><userinput>../gcc-&gcc-java-version;/contrib/test_summary</userinput></screen>
     195<screen><userinput>../contrib/test_summary</userinput></screen>
    196196
    197197    <para>
     
    207207    /usr/lib/gcc/*linux-gnu/&gcc-java-version;/include{,-fixed} &amp;&amp;
    208208
    209 gcj -o ecj ../ecj-latest.jar \
     209gcj -o ecj ../../ecj-latest.jar \
    210210    --main=org.eclipse.jdt.internal.compiler.batch.Main &amp;&amp;
    211211mv ecj /usr/bin &amp;&amp;
     
    225225
    226226    <para>
    227       <command>mkdir ../gcc-build; cd ../gcc-build</command>: The
     227      <command>mkdir build; cd build</command>: The
    228228      <application>GCC</application> documentation recommends
    229229      building the package in a dedicated build directory.
     
    287287
    288288    <para>
    289       <command>../gcc-&gcc-java-version;/contrib/test_summary</command>: This
     289      <command>../contrib/test_summary</command>: This
    290290      command will produce a summary of the test suite results. You can append
    291291      <command>| grep -A7 Summ</command> to the command to produce an even more
Note: See TracChangeset for help on using the changeset viewer.