Bläddra i källkod

gcc: Link against libstarpu-1.0, not libstarpu.

* gcc-plugin/tests/pointer-tasks.c: Update instructions to -lstarpu-1.0.
* gcc-plugin/tests/scalar-tasks.c: Likewise.
Ludovic Courtès 13 år sedan
förälder
incheckning
15ccdcf638
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      gcc-plugin/tests/pointer-tasks.c
  2. 1 1
      gcc-plugin/tests/scalar-tasks.c

+ 1 - 1
gcc-plugin/tests/pointer-tasks.c

@@ -14,7 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with GCC-StarPU.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* (instructions run (ldflags "-lstarpu")) */
+/* (instructions run (ldflags "-lstarpu-1.0")) */
 
 #undef NDEBUG
 

+ 1 - 1
gcc-plugin/tests/scalar-tasks.c

@@ -14,7 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with GCC-StarPU.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* (instructions run (ldflags "-lstarpu")) */
+/* (instructions run (ldflags "-lstarpu-1.0")) */
 
 #undef NDEBUG