aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rules.mak b/Rules.mak
index 7b6642631..5e0a5e672 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -1,6 +1,6 @@
1# Rules.make for busybox 1# Rules.make for busybox
2# 2#
3# Copyright (C) 2001-2003 Erik Andersen <andersen@codepoet.org> 3# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
@@ -52,14 +52,14 @@ TARGET_OS=linux
52HOSTCC = gcc 52HOSTCC = gcc
53HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 53HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
54 54
55# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. 55# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
56LC_ALL:= C 56LC_ALL:= C
57 57
58# If you want to add some simple compiler switches (like -march=i686), 58# If you want to add some simple compiler switches (like -march=i686),
59# especially from the command line, use this instead of CFLAGS directly. 59# especially from the command line, use this instead of CFLAGS directly.
60# For optimization overrides, it's better still to set OPTIMIZATION. 60# For optimization overrides, it's better still to set OPTIMIZATION.
61CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) 61CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS)))
62 62
63# If you have a "pristine" source directory, point BB_SRC_DIR to it. 63# If you have a "pristine" source directory, point BB_SRC_DIR to it.
64# Experimental and incomplete; tell the mailing list 64# Experimental and incomplete; tell the mailing list
65# <busybox@busybox.net> if you do or don't like it so far. 65# <busybox@busybox.net> if you do or don't like it so far.
@@ -137,7 +137,7 @@ OPTIMIZATIONS=$(OPTIMIZATION) -fomit-frame-pointer
137# by itself, instead of following it by the same half-dozen overrides 137# by itself, instead of following it by the same half-dozen overrides
138# every time. The stuff below, on the other hand, is probably less 138# every time. The stuff below, on the other hand, is probably less
139# prone to casual user adjustment. 139# prone to casual user adjustment.
140# 140#
141 141
142ifeq ($(strip $(CONFIG_LFS)),y) 142ifeq ($(strip $(CONFIG_LFS)),y)
143 # For large file summit support 143 # For large file summit support