diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-21 14:16:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-21 14:16:40 +0100 |
commit | 2ced4d39cc1b8de233cd886d3ef991b3079500d2 (patch) | |
tree | 86b9e691b7d4f46f8214326abf618d2ff9343e03 | |
parent | 7c6a82d66ebe55fa5ce106bf60f841dd7758d2bc (diff) |
linux_powerpc64le->linux_powerpc64_le to match dp_platform.cxx
Change-Id: Ib63e5a28d7ff12780a1051d94c5976244eab1814
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53046440ff57..03d08f5cbaf9 100644 --- a/configure.ac +++ b/configure.ac @@ -4384,7 +4384,7 @@ linux-gnu*) CPUNAME=POWERPC64 RTL_ARCH=PowerPC_64_LE LIB64="lib64" - PLATFORMID=linux_powerpc64le + PLATFORMID=linux_powerpc64_le OUTPATH=unxlngppc64 ;; sparc) |