From e5d643327d9fefe788e6d8dbbee0203e36da6d73 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Jan 2014 17:27:02 +0100 Subject: Typo in PLATFORMID for Linux powerpc64 cf. the list of platform tokens at and in desktop/source/deployment/misc/dp_platform.cxx. Change-Id: Ibfc103bed1f6756654225e2c456ad73ab56c0d5a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eb024d78b90f..a6f5b42d86dd 100644 --- a/configure.ac +++ b/configure.ac @@ -4203,7 +4203,7 @@ linux-gnu*) CPUNAME=POWERPC64 RTL_ARCH=PowerPC_64 LIB64="lib64" - PLATFORMID=linux_powerpc_64 + PLATFORMID=linux_powerpc64 OUTPATH=unxlngppc64 ;; sparc) -- cgit