diff options
author | Rickard Green <[email protected]> | 2018-09-06 15:23:19 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-09-06 15:23:19 +0200 |
commit | ea908f25c2e6f98c2bed977c8fd4fa459315520b (patch) | |
tree | e89daab806ad1e1f94da33203406fe8b0549f512 /erts | |
parent | 60f9f349e1fc88d562fe7d6ef3faebbd22ed2308 (diff) | |
parent | db0ebbb8e7eb02b78bce9e87ab67ae15d6d65ff3 (diff) | |
download | otp-ea908f25c2e6f98c2bed977c8fd4fa459315520b.tar.gz otp-ea908f25c2e6f98c2bed977c8fd4fa459315520b.tar.bz2 otp-ea908f25c2e6f98c2bed977c8fd4fa459315520b.zip |
Merge branch 'maint'
* maint:
erts: Fix configure check when cross-compiling
Diffstat (limited to 'erts')
-rw-r--r-- | erts/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index 2d9df13844..01b7c1bfd7 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -561,7 +561,8 @@ if test "X$PROFILE_INSTR_GENERATE" = "Xtrue"; then PROFILE_INSTR_USE=false]) rm -f default.profdata fi], - []) + [], + [AC_MSG_NOTICE([Disabling PGO when cross-compiling])]) rm -f *.profraw CFLAGS=$saved_CFLAGS; fi |