diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-11-11 17:27:33 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-11-11 17:27:33 +0000 |
commit | 489c265b8fbe65d3fa5bfa6be623b39969408764 (patch) | |
tree | d37014db46f406f45c3fb065a35d524883ff6087 /configure.in | |
parent | 9e23db7616d72a8e7b7eca1a2889bcd74316f88b (diff) | |
download | gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.zip gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.tar.gz gdb-489c265b8fbe65d3fa5bfa6be623b39969408764.tar.bz2 |
Use target_cflags to set -mrelocatable-lib -mno-eabi, not config/mt-ppc.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
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= |