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 /config | |
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 'config')
-rw-r--r-- | config/mt-ppc | 2 |
1 files changed, 0 insertions, 2 deletions
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 |