diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-20 17:27:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-20 17:40:52 +0100 |
commit | e5d643327d9fefe788e6d8dbbee0203e36da6d73 (patch) | |
tree | 5936e6a3cd097a6143f30ae5756b208b4ce87c45 /configure.ac | |
parent | dea0398ee24eb278cdb14999efbf34d634454eaa (diff) |
Typo in PLATFORMID for Linux powerpc64
cf. the list of platform tokens at <https://wiki.openoffice.org/wiki/
Documentation/DevGuide/Extensions/Target_Platform> and in
desktop/source/deployment/misc/dp_platform.cxx.
Change-Id: Ibfc103bed1f6756654225e2c456ad73ab56c0d5a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |