Skip to content

Commit

Permalink
gcc/
Browse files Browse the repository at this point in the history
	* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).

intl/
	* Makefile.in (datarootdir): New variable.

libcpp/
	* Makefile.in (datarootdir): New variable.

libdecnumber/
	* Makefile.in (datarootdir): New variable.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136845 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rwild committed Jun 16, 2008
1 parent cd5987b commit b9de641
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).

2008-06-16 Ira Rosen <irar@il.ibm.com>

PR tree-optimization/36493
Expand Down
1 change: 1 addition & 0 deletions gcc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ FLAGS_TO_PASS = \
"gcc_tooldir=$(gcc_tooldir)" \
"bindir=$(bindir)" \
"libexecsubdir=$(libsubdir)" \
"datarootdir=$(datarootdir)" \
"datadir=$(datadir)" \
"localedir=$(localedir)"
#
Expand Down
4 changes: 4 additions & 0 deletions intl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions intl/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions libcpp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

* Makefile.in (datarootdir): New variable.

2008-06-12 H.J. Lu <hongjiu.lu@intel.com>

PR preprocessor/36479
Expand Down
1 change: 1 addition & 0 deletions libcpp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@
DEPMODE = @CCDEPMODE@
DEPDIR = @DEPDIR@

datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @prefix@
libdir = @libdir@
Expand Down
4 changes: 4 additions & 0 deletions libdecnumber/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions libdecnumber/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
SHELL = @SHELL@

datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @prefix@
libdir = @libdir@
Expand Down

0 comments on commit b9de641

Please sign in to comment.