diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-06 14:19:36 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-06 14:19:36 +0200 |
commit | e09aa60493236ae7d6ace467c08bbbd3ab82f53e (patch) | |
tree | 4ea1815cd982005e092d117c9f2ac558617a9395 /CHANGES | |
parent | ecb7642cce36bc68d93f0eee677adc7da538228d (diff) |
uClibc: workaround 0.9.31 / GCC PR32219 issue with static linking
Closes #2143
Fixes crash on static linking without stdio / x86. Both patches are from
upstream uClibc.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' #2101: blackbox depends on locale support #2119: Tries to build kernel, although disabled in config + #2143: buildroot compiler generates segfaulting statically linked exe.. #2155: Compression lzo don't set for ubifs 2010.05, Released May 30th, 2010: |