Use target_cflags to set -mrelocatable-lib -mno-eabi, not config/mt-ppc.
This commit is contained in:
parent
9e23db7616
commit
489c265b8f
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
CFLAGS_FOR_TARGET = $(CFLAGS) -mrelocatable-lib -mno-eabi
|
||||
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -mrelocatable-lib -mno-eabi
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user