Use target_cflags to set -mrelocatable-lib -mno-eabi, not config/mt-ppc.

This commit is contained in:
Michael Meissner 1996-11-11 17:27:33 +00:00
parent 9e23db7616
commit 489c265b8f
3 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
CFLAGS_FOR_TARGET = $(CFLAGS) -mrelocatable-lib -mno-eabi
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -mrelocatable-lib -mno-eabi

View File

@ -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=