amdgcn: Remove redundant multilib
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 5 Feb 2020 16:58:41 +0000 (16:58 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Wed, 5 Feb 2020 17:55:51 +0000 (17:55 +0000)
2020-02-05  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/gcn/t-gcn-hsa (MULTILIB_OPTIONS): Use / not space.

gcc/ChangeLog
gcc/config/gcn/t-gcn-hsa

index 1b0dd3c..cd9b734 100644 (file)
@@ -1,3 +1,7 @@
+2020-02-05  Andrew Stubbs  <ams@codesourcery.com>
+
+       * config/gcn/t-gcn-hsa (MULTILIB_OPTIONS): Use / not space.
+
 2020-02-05  David Malcolm  <dmalcolm@redhat.com>
 
        * doc/analyzer.texi
index 9bd16ab..af203c5 100644 (file)
@@ -42,7 +42,7 @@ ALL_HOST_OBJS += gcn-run.o
 gcn-run$(exeext): gcn-run.o
        +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ $< -ldl
 
-MULTILIB_OPTIONS = march=gfx900 march=gfx906
+MULTILIB_OPTIONS = march=gfx900/march=gfx906
 MULTILIB_DIRNAMES = gfx900 gfx906
 
 PASSES_EXTRA += $(srcdir)/config/gcn/gcn-passes.def