|
|
@ -35,7 +35,7 @@ glibc_custmain() { |
|
|
|
# code so we can use this glibc to debug other programs. |
|
|
|
CFLAGS="$CFLAGS -g -DNDEBUG=1" ../configure --prefix=$root/usr \ |
|
|
|
--with-gnu-binutils --enable-add-ons $G_PROFILE \ |
|
|
|
--with-headers=$root/usr/include/linux --with-gd=/usr \ |
|
|
|
--with-headers=$root/usr/include --with-gd=/usr \ |
|
|
|
--with-gd-lib=/usr/lib --with-gd-include=/usr/include \ |
|
|
|
--build=${arch_build} --host=${arch_target} |
|
|
|
|
|
|
|