merge from gcc

This commit is contained in:
DJ Delorie 2008-06-16 18:15:49 +00:00
parent 99302af9a2
commit 8d9223e50f
4 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/35457

View file

@ -31,6 +31,7 @@ exec_prefix = @exec_prefix@
transform = @program_transform_name@
libdir = @libdir@
includedir = @includedir@
datarootdir = @datarootdir@
datadir = @datadir@
localedir = $(datadir)/locale
aliaspath = $(localedir)

View file

@ -1,3 +1,7 @@
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-06-10 Joseph Myers <joseph@codesourcery.com>
* dconfig.h: New.

View file

@ -44,6 +44,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
SHELL = @SHELL@
datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @prefix@
libdir = @libdir@