Ajout commentaires au sujet de libgcc_eh dans l'installation de eglibc.
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 1 Sep 2011 02:04:18 +0000 (02:04 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 1 Sep 2011 02:04:18 +0000 (02:04 +0000)
stage0/pkg/eglibc

index 2f8d9f9..1c3e032 100644 (file)
@@ -23,7 +23,10 @@ hvconfig_pre()
 
     decompress_package ${EGLIBC_PORTS} $(pwd) 1> /dev/null
 
-    # Disable linking to libgcc_eh:
+    # libgcc_eh.a does not get built if building GCC with `--disable-shared'.
+    # The objects that would otherwise end up in libgcc_eh.a end up in libgcc.a
+    # instead. Unfortunately, Glibc insists upon linking with `-lgcc_eh'.
+    # Therefore, disable linking to libgcc_eh:
     sed -e 's/-lgcc_eh//g' -i Makeconfig
 }