diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-10 23:37:35 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-10 23:37:35 -0700 |
commit | decd4e50b6faa6b148fe7ef99536ba9f95183a00 (patch) | |
tree | 2b8da73e37d4f05953b528de4aa3d0c1ed8a44a1 /Makerules | |
parent | 5615eaf26469f20c2d8c3be5770e12564a1edfff (diff) | |
download | glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.gz glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.bz2 glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.zip |
Better detect total failure of linker script generation.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -510,6 +510,7 @@ $(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules __libc_thread_subfreeres : { *(__libc_thread_subfreeres) }\ PROVIDE(__stop___libc_thread_subfreeres = .);\ /DISCARD/ : { *(.gnu.glibc-stub.*) }@' + test -s $@T mv -f $@T $@ common-generated += shlib.lds |