X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fccache;h=22e71a12dc6aceb5ff5a650d3605dc3533bf8ee7;hp=470890d65eb0376c1f5105ebfe85a60676da77c0;hb=eee037b8902c3163850069f302479e7733966bd0;hpb=5b117ef49aaad5f39a81938783b2cfe05fc5d91c diff --git a/lfs/ccache b/lfs/ccache index 470890d65e..22e71a12dc 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.3.4 +VER = 3.4.1 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -36,6 +36,8 @@ ifeq "$(PASS)" "1" CFLAGS := $(patsubst -march=%,,$(CFLAGS)) CFLAGS := $(patsubst -mfpu=%,,$(CFLAGS)) CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS)) + CFLAGS := $(patsubst -mindirect-branch=%,,$(CFLAGS)) + CFLAGS := $(patsubst -mfunction-return=%,,$(CFLAGS)) endif # Set max cache size to 5GB @@ -49,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 95ab3c56284129cc2a32460c23069516 +$(DL_FILE)_MD5 = 39492aea565c3e6d5affa633672a93bd install : $(TARGET)