aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-11-11 17:27:33 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-11-11 17:27:33 +0000
commit489c265b8fbe65d3fa5bfa6be623b39969408764 (patch)
treed37014db46f406f45c3fb065a35d524883ff6087
parent9e23db7616d72a8e7b7eca1a2889bcd74316f88b (diff)
downloadfsf-binutils-gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.zip
fsf-binutils-gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.tar.gz
fsf-binutils-gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.tar.bz2
Use target_cflags to set -mrelocatable-lib -mno-eabi, not config/mt-ppc.
-rw-r--r--ChangeLog5
-rw-r--r--config/mt-ppc2
-rw-r--r--configure.in6
3 files changed, 5 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index be46da4..a0ee820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
+ not use mt-ppc target Makefile fragment any more.
+
Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
* configure.in (*-*-windows): Exclude everything but those dirs
diff --git a/config/mt-ppc b/config/mt-ppc
deleted file mode 100644
index 148f897..0000000
--- a/config/mt-ppc
+++ /dev/null
@@ -1,2 +0,0 @@
-CFLAGS_FOR_TARGET = $(CFLAGS) -mrelocatable-lib -mno-eabi
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -mrelocatable-lib -mno-eabi
diff --git a/configure.in b/configure.in
index b3c03cc..dc0e6ff 100644
--- a/configure.in
+++ b/configure.in
@@ -211,12 +211,6 @@ case "${target}" in
v810*) target_makefile_frag=config/mt-v810 ;;
i[3456]86-*-netware*) target_makefile_frag=config/mt-netware ;;
powerpc-*-netware*) target_makefile_frag=config/mt-netware ;;
- powerpc*-*-eabi* | \
- powerpc*-*-elf* | \
- powerpc*-*-linux* | \
- powerpc*-*-rtem* | \
- powerpc*-*-sysv* | \
- powerpc*-*-solaris*) target_makefile_frag=config/mt-ppc ;;
esac
skipdirs=