1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

derive LLVM_HOSTTRIPLE from target

llvm-svn: 143500
This commit is contained in:
Sebastian Pop 2011-11-01 21:30:04 +00:00
parent c60a0ad611
commit 26b43f8a5a
4 changed files with 4 additions and 4 deletions

View File

@ -1453,7 +1453,7 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages]) [Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME", AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured]) [Time at which LLVM was configured])
AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$host", AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$target",
[Host triple we were built on]) [Host triple we were built on])
# Determine which bindings to build. # Determine which bindings to build.

2
configure vendored
View File

@ -20865,7 +20865,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define LLVM_HOSTTRIPLE "$host" #define LLVM_HOSTTRIPLE "$target"
_ACEOF _ACEOF

View File

@ -1386,7 +1386,7 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages]) [Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME", AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured]) [Time at which LLVM was configured])
AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$host", AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$target",
[Host triple we were built on]) [Host triple we were built on])
# Determine which bindings to build. # Determine which bindings to build.

View File

@ -20815,7 +20815,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define LLVM_HOSTTRIPLE "$host" #define LLVM_HOSTTRIPLE "$target"
_ACEOF _ACEOF