From 8df646fd8bdcfcffb675b346d1d4406bcb151701 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 12 Aug 1996 17:19:18 +0000 Subject: For PowerPC targets, build libraries with -mrelocatable-lib and -mno-eabi. --- config/mt-ppc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/mt-ppc (limited to 'config') diff --git a/config/mt-ppc b/config/mt-ppc new file mode 100644 index 0000000..148f897 --- /dev/null +++ b/config/mt-ppc @@ -0,0 +1,2 @@ +CFLAGS_FOR_TARGET = $(CFLAGS) -mrelocatable-lib -mno-eabi +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -mrelocatable-lib -mno-eabi -- cgit v1.1