X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fgcc;fp=lfs%2Fgcc;h=79f55f44c5c0d35de278f0a8ba504fc5005d1553;hb=39f94ee8eb1bb740fc968273334deff5d3f08b4a;hp=fc0921552962fbacc0be1e34af2bc14c902d4206;hpb=0bc46effda5f476d210152b13cf3bf843eb6729f;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/gcc b/lfs/gcc index fc09215529..79f55f44c5 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -50,14 +50,6 @@ endif CXXFLAGS := $(CFLAGS) -ifeq "$(BUILD_ARCH)" "armv7hl" - FULL_BOOTSTRAP = 1 -endif - -ifeq "$(BUILD_ARCH)" "armv6l" - FULL_BOOTSTRAP = 1 -endif - # Normal build or $(TOOLS_DIR) build. # ifeq "$(ROOT)" "" @@ -121,18 +113,13 @@ ifeq "$(PASS)" "2" --prefix=$(TOOLS_DIR) \ --with-local-prefix=$(TOOLS_DIR) \ --with-native-system-header-dir=$(TOOLS_DIR)/include \ + --disable-bootstrap \ --enable-languages=c,c++ \ --disable-libstdcxx-pch \ --disable-multilib \ --disable-libgomp EXTRA_MAKE = EXTRA_INSTALL = - - ifeq "$(FULL_BOOTSTRAP)" "1" - EXTRA_CONFIG += --enable-bootstrap - else - EXTRA_CONFIG += --disable-bootstrap - endif else # PASS=L # libstdc++-v3 TARGET = $(DIR_INFO)/$(THISAPP)-libstdc++ @@ -160,18 +147,6 @@ ifeq "$(BUILD_ARCH)" "aarch64" --enable-standard-branch-protection endif -ifeq "$(BUILD_ARCH)" "armv7hl" - EXTRA_CONFIG += \ - --with-float=hard -endif - -ifeq "$(BUILD_ARCH)" "armv6l" - EXTRA_CONFIG += \ - --with-arch=armv6zk+fp \ - --with-float=softfp -# --disable-sjlj-exceptions -endif - ifeq "$(BUILD_ARCH)" "riscv64" EXTRA_CONFIG += \ --with-arch=rv64gc \