aboutsummaryrefslogtreecommitdiff
path: root/libphobos/Makefile.in
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gcc.gnu.org>2019-02-10 22:10:22 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2019-02-10 22:10:22 +0000
commitd8b1f499d96afc96759c2422ddc10c1bc1cea26d (patch)
treea6be35d450062f2141445d728dd4039a643da06e /libphobos/Makefile.in
parente613d992667a90ff731bbcecbb4ae6fa15adde31 (diff)
downloadgcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.zip
gcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.tar.gz
gcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.tar.bz2
libphobos: Merge upstream druntime 2f764ab6
Fixes hashing of complex reals, enabling testing of rt.util.typeinfo and core.internal.hash. Reviewed-on: https://github.com/dlang/druntime/pull/6837 libphobos/ChangeLog: * Makefile.in: Rebuild. * configure: Rebuild. * libdruntime/Makefile.am: Test rt.util.typeinfo and core.internal.convert. * libdruntime/Makefile.in: Rebuild. * src/Makefile.in: Rebuild. * testsuite/Makefile.in: Rebuild. * testsuite/libphobos.hash/test_hash.d: Update test. From-SVN: r268755
Diffstat (limited to 'libphobos/Makefile.in')
-rw-r--r--libphobos/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libphobos/Makefile.in b/libphobos/Makefile.in
index 3059196..87eaf28 100644
--- a/libphobos/Makefile.in
+++ b/libphobos/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
# Makefile for the toplevel directory of the D Standard library.
-# Copyright (C) 2006-2018 Free Software Foundation, Inc.
+# Copyright (C) 2006-2019 Free Software Foundation, Inc.
#
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -319,7 +319,6 @@ phobos_compiler_shared_flag = @phobos_compiler_shared_flag@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@