Don't pass -m64 to libcc1 on aarch64-linux.
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index eff6fa56747a6ea88e22b5b43ba91c9820491a32..3ce086d70f23df445b174c49c489ec8415d7614a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2017 Free Software Foundation, Inc.
+# Copyright (C) 1989-2018 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -261,7 +261,6 @@ OBS = \
        regcache.o \
        remote-utils.o \
        rsp-low.o \
-       selftest.o \
        server.o \
        signals.o \
        signals-state-save-restore.o \
@@ -567,7 +566,7 @@ arch/%.o: ../arch/%.c
        $(IPAGENT_COMPILE) $<
        $(POSTCOMPILE)
 
-%-ipa.o: ../arch/%.c
+arch/%-ipa.o: ../arch/%.c
        $(IPAGENT_COMPILE) $<
        $(POSTCOMPILE)
 
@@ -581,10 +580,6 @@ arch/%.o: ../arch/%.c
        $(COMPILE) $<
        $(POSTCOMPILE)
 
-%.o: ../arch/%.c
-       $(COMPILE) $<
-       $(POSTCOMPILE)
-
 %.o: ../common/%.c
        $(COMPILE) $<
        $(POSTCOMPILE)
This page took 0.029084 seconds and 4 git commands to generate.