mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
glib/Makefile.am (glib.def) gcc -E complains "linker unused because
2004-11-30 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am (glib.def) * gobject/Makefile.am (gobject.def): gcc -E complains "linker unused because linking not done" if told to preprocess an *.symbols file. Use '-' and redirection to pass it as standard input instead.
This commit is contained in:
committed by
Tor Lillqvist
parent
67379ad08b
commit
b42a73ec9f
@@ -1,3 +1,10 @@
|
||||
2004-11-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/Makefile.am (glib.def): gcc -E complains "linker input file
|
||||
unused because linking not done" if told to preprocess the
|
||||
glib.symbols file. Use '-' and redirection to pass it as standard
|
||||
input instead.
|
||||
|
||||
2004-11-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates
|
||||
|
Reference in New Issue
Block a user