소스 검색

fixup musl-gcc patch, reported upstream

Waldemar Brodkorb 12 년 전
부모
커밋
62b730710d
3개의 변경된 파일21개의 추가작업 그리고 1698개의 파일을 삭제
  1. 1 1
      target/ppc/target.mk
  2. 1 1
      toolchain/gcc/Makefile
  3. 19 1696
      toolchain/gcc/patches/4.7.3/musl-cross.patch

+ 1 - 1
target/ppc/target.mk

@@ -2,4 +2,4 @@ include $(TOPDIR)/mk/kernel-ver.mk
 ARCH:=			powerpc
 CPU_ARCH:=		ppc
 TARGET_OPTIMIZATION:=	-Os -pipe
-TARGET_CFLAGS_ARCH:=	$(ADK_TARGET_CFLAGS)
+TARGET_CFLAGS_ARCH:=	$(ADK_TARGET_CFLAGS) -Wl,--secure-plt

+ 1 - 1
toolchain/gcc/Makefile

@@ -62,7 +62,7 @@ GCC_CONFOPTS+=		--enable-tls
 endif
 
 ifeq ($(ARCH),powerpc)
-GCC_CONFOPTS+=		--disable-target-optspace
+GCC_CONFOPTS+=		--disable-target-optspace --with-long-double-64 --enable-secureplt
 else
 GCC_CONFOPTS+=		--enable-target-optspace
 endif

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 19 - 1696
toolchain/gcc/patches/4.7.3/musl-cross.patch


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.