From b1b5afbab2b515f2360a4f8e0c964725587623c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 May 2018 09:43:24 -0500 Subject: beatnik: Move -Dxxx to configure.ac Updates #3425. --- c/src/lib/libbsp/powerpc/beatnik/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libbsp/powerpc') diff --git a/c/src/lib/libbsp/powerpc/beatnik/configure.ac b/c/src/lib/libbsp/powerpc/beatnik/configure.ac index a48007ce6a..b332aaaffc 100644 --- a/c/src/lib/libbsp/powerpc/beatnik/configure.ac +++ b/c/src/lib/libbsp/powerpc/beatnik/configure.ac @@ -34,6 +34,8 @@ Note that the policy can still be defined by the application CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed and a little memory is saved.]) +AC_DEFINE(__ppc_generic, 1, [PowerPC model option]) + # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3