Loading toolchain/gcc/gcc-uclibc-3.x.mk +2 −2 Original line number Diff line number Diff line Loading @@ -293,8 +293,8 @@ endif ln -snf $(REAL_GNU_TARGET_NAME)-gcc \ $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi if [ ! -e $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc; \ if [ ! -e $(STAGING_DIR)/usr/bin/gcc ]; then \ ln -snf gcc $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi # Set up the symlinks to enable lying about target name. set -e; \ Loading toolchain/gcc/gcc-uclibc-4.x.mk +2 −2 Original line number Diff line number Diff line Loading @@ -306,8 +306,8 @@ endif ln -snf $(REAL_GNU_TARGET_NAME)-gcc \ $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi if [ ! -e $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc; \ if [ ! -e $(STAGING_DIR)/usr/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/usr/bin/cc; \ fi # Set up the symlinks to enable lying about target name. set -e; \ Loading Loading
toolchain/gcc/gcc-uclibc-3.x.mk +2 −2 Original line number Diff line number Diff line Loading @@ -293,8 +293,8 @@ endif ln -snf $(REAL_GNU_TARGET_NAME)-gcc \ $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi if [ ! -e $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc; \ if [ ! -e $(STAGING_DIR)/usr/bin/gcc ]; then \ ln -snf gcc $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi # Set up the symlinks to enable lying about target name. set -e; \ Loading
toolchain/gcc/gcc-uclibc-4.x.mk +2 −2 Original line number Diff line number Diff line Loading @@ -306,8 +306,8 @@ endif ln -snf $(REAL_GNU_TARGET_NAME)-gcc \ $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-cc; \ fi if [ ! -e $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/cc; \ if [ ! -e $(STAGING_DIR)/usr/bin/cc ]; then \ ln -snf gcc $(STAGING_DIR)/usr/bin/cc; \ fi # Set up the symlinks to enable lying about target name. set -e; \ Loading