diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-07 12:13:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-20 17:32:07 +0200 |
commit | 95442bb324bee72c5b1f20a7a06705c9731c21ce (patch) | |
tree | be72da1887acb3f846fe8aaa430871a2eb866123 /toolchain | |
parent | 31d72937cf17e9e476e956986030e93f8fd2ce56 (diff) | |
download | buildroot-novena-95442bb324bee72c5b1f20a7a06705c9731c21ce.tar.gz buildroot-novena-95442bb324bee72c5b1f20a7a06705c9731c21ce.zip |
Normalize separator size to 80 in remaining makefiles
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-4.x.mk | 20 | ||||
-rw-r--r-- | toolchain/uClibc/uclibc.mk | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 7ebcbaca2..92361e56e 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -133,11 +133,11 @@ EXTRA_GCC_CONFIG_OPTIONS += \ EXTRA_TARGET_GCC_CONFIG_OPTIONS += \ $(call qstrip,$(BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS)) -############################################################# +################################################################################ # # Setup some initial stuff # -############################################################# +################################################################################ GCC_STAGING_PREREQ+=$(STAGING_DIR)/usr/lib/libc.a @@ -260,11 +260,11 @@ endif endif touch $@ -############################################################# +################################################################################ # # build the first pass gcc compiler # -############################################################# +################################################################################ GCC_BUILD_DIR1:=$(TOOLCHAIN_DIR)/gcc-$(GCC_VERSION)-initial $(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched @@ -327,11 +327,11 @@ gcc_initial-clean: gcc_initial-dirclean: rm -rf $(GCC_BUILD_DIR1) $(GCC_DIR) -############################################################# +################################################################################ # # build the second pass gcc compiler # -############################################################# +################################################################################ GCC_BUILD_DIR2:=$(TOOLCHAIN_DIR)/gcc-$(GCC_VERSION)-intermediate # The --without-headers option stopped working with gcc 3.0 and has never been @@ -403,12 +403,12 @@ gcc_intermediate-clean: gcc_intermediate-dirclean: rm -rf $(GCC_BUILD_DIR2) $(GCC_DIR) -############################################################# +################################################################################ # # third pass compiler build. Build the compiler targeting # the newly built shared uClibc library. # -############################################################# +################################################################################ # # Sigh... I had to rework things because using --with-gxx-include-dir # causes issues with include dir search order for g++. This seems to @@ -538,11 +538,11 @@ gcc-clean: gcc-dirclean: gcc_initial-dirclean rm -rf $(GCC_BUILD_DIR3) -############################################################# +################################################################################ # # Next build target gcc compiler # -############################################################# +################################################################################ GCC_BUILD_DIR4:=$(BUILD_DIR)/gcc-$(GCC_VERSION)-target $(GCC_BUILD_DIR4)/.prepared: $(STAMP_DIR)/gcc_libs_target_installed diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index 44079e791..da1830ff5 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -576,12 +576,12 @@ uclibc-test-clean: uclibc-test-dirclean: rm -rf $(TARGET_DIR)/root/uClibc -############################################################# +################################################################################ # # uClibc for the target just needs its header files # and whatnot installed. # -############################################################# +################################################################################ $(TARGET_DIR)/usr/lib/libc.a: $(STAGING_DIR)/usr/lib/libc.a $(Q)$(call MESSAGE,"Installing uClibc development files to target dir") |