summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rules.mak b/Rules.mak
index 1f1c7d288..ac8276757 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -481,10 +481,6 @@ ifeq ($(TARGET_ARCH),i960)
SYMBOL_PREFIX=_
endif
-ifeq ($(TARGET_ARCH),microblaze)
- SYMBOL_PREFIX=_
-endif
-
ifeq ($(TARGET_ARCH),v850)
SYMBOL_PREFIX=_
endif
@@ -671,6 +667,7 @@ PTINC:= -I$(top_builddir)$(PTDIR) \
-I$(top_srcdir)$(PTDIR)/sysdeps/unix/sysv/linux \
-I$(top_srcdir)$(PTDIR)/sysdeps/pthread \
-I$(top_srcdir)$(PTDIR)/sysdeps/pthread/bits \
+ -I$(top_srcdir)$(PTDIR)/sysdeps/generic \
-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
-I$(top_srcdir)ldso/include
#