]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/binutils
Fix full-toolchain build on fedora14.
[people/pmueller/ipfire-2.x.git] / lfs / binutils
index 25145cceed7741b252d0768ef8d1606e01e504b6..464ac52fc37d91350f3da7bbcaba1663fa1b11f6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -54,7 +54,7 @@ endif
 else
 ifeq "$(PASS)" "1"
   TARGET = $(DIR_INFO)/$(THISAPP)-tools1
-  EXTRA_CONFIG = --prefix=/tools --disable-nls --disable-werror
+  EXTRA_CONFIG = --prefix=/tools --disable-nls --disable-werror --disable-gprof
   EXTRA_MAKE = LDFLAGS="-all-static"
   EXTRA_INSTALL = 
 else