Bläddra i källkod

fix qemu-i686 and uClibc build

Waldemar Brodkorb 10 år sedan
förälder
incheckning
cc32891072
2 ändrade filer med 1 tillägg och 3 borttagningar
  1. 0 1
      BUGS
  2. 1 2
      toolchain/uClibc/Makefile

+ 0 - 1
BUGS

@@ -1,4 +1,3 @@
-- qemu-i386: uCLibc fails for non-debug builds
 - qemu-sparc: startup kernel with gcc 4.8.2 broken
 - qemu-sh4: usb keyboard is broken
 - qemu-arm: thumb mode with glibc does not boot

+ 1 - 2
toolchain/uClibc/Makefile

@@ -104,9 +104,8 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.install_headers
 	touch $@
 
 $(WRKBUILD)/.fixup:
-ifneq ($(ADK_DEBUG),)
+	# DOSTRIP kills x86 target (ld.so can not map libc.so.0), always use DODEBUG
 	$(SED) 's,DOSTRIP,DODEBUG,' ${WRKBUILD}/.config
-endif
 	$(MAKE) -C $(WRKBUILD) \
 		PREFIX=$(STAGING_TARGET_DIR) \
 		DEVEL_PREFIX=/usr/ \