Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383975
Collapse All | Expand All

(-)xen-3.4.2.orig//config/StdGNU.mk (-2 / +2 lines)
Lines 48-55 Link Here
48
SHLIB_CFLAGS = -shared
48
SHLIB_CFLAGS = -shared
49
49
50
ifneq ($(debug),y)
50
ifneq ($(debug),y)
51
CFLAGS += -O2 -fomit-frame-pointer
51
CFLAGS += -fomit-frame-pointer
52
else
52
else
53
# Less than -O1 produces bad code and large stack frames
53
# Less than -O1 produces bad code and large stack frames
54
CFLAGS += -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls
54
CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
55
endif
55
endif
(-)xen-3.4.2.orig//config/SunOS.mk (-2 / +2 lines)
Lines 45-54 Link Here
45
SHLIB_CFLAGS = -R $(SunOS_LIBDIR) -shared
45
SHLIB_CFLAGS = -R $(SunOS_LIBDIR) -shared
46
46
47
ifneq ($(debug),y)
47
ifneq ($(debug),y)
48
CFLAGS += -O2 -fno-omit-frame-pointer
48
CFLAGS += -fno-omit-frame-pointer
49
else
49
else
50
# Less than -O1 produces bad code and large stack frames
50
# Less than -O1 produces bad code and large stack frames
51
CFLAGS += -O1 -fno-omit-frame-pointer
51
CFLAGS += -fno-omit-frame-pointer
52
endif
52
endif
53
53
54
CFLAGS += -Wa,--divide -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__
54
CFLAGS += -Wa,--divide -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__
(-)xen-3.4.2.orig//Config.mk (-2 / +2 lines)
Lines 14-20 Link Here
14
14
15
# Tools to run on system hosting the build
15
# Tools to run on system hosting the build
16
HOSTCC      = gcc
16
HOSTCC      = gcc
17
HOSTCFLAGS  = -Wall  -Wstrict-prototypes -O2 -fomit-frame-pointer
17
HOSTCFLAGS  = -Wall  -Wstrict-prototypes -fomit-frame-pointer
18
HOSTCFLAGS += -fno-strict-aliasing
18
HOSTCFLAGS += -fno-strict-aliasing
19
19
20
DISTDIR     ?= $(XEN_ROOT)/dist
20
DISTDIR     ?= $(XEN_ROOT)/dist
Lines 88-94 Link Here
88
endef
88
endef
89
89
90
ifeq ($(debug),y)
90
ifeq ($(debug),y)
91
CFLAGS += -g
91
#CFLAGS += -g
92
endif
92
endif
93
93
94
CFLAGS += -fno-strict-aliasing
94
CFLAGS += -fno-strict-aliasing
(-)xen-3.4.2.orig//extras/mini-os/arch/ia64/arch.mk (-2 / +2 lines)
Lines 1-8 Link Here
1
1
2
ARCH_CFLAGS := -mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gp
2
ARCH_CFLAGS := -mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gp
3
ARCH_CFLAGS += -O2
3
#ARCH_CFLAGS += -O2
4
ARCH_ASFLAGS := -x assembler-with-cpp
4
ARCH_ASFLAGS := -x assembler-with-cpp
5
ARCH_ASFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127 -fomit-frame-pointer
5
ARCH_ASFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127
6
ARCH_ASFLAGS += -fno-builtin -fno-common -fno-strict-aliasing -mconstant-gp
6
ARCH_ASFLAGS += -fno-builtin -fno-common -fno-strict-aliasing -mconstant-gp
7
7
8
ARCH_LDFLAGS = -warn-common
8
ARCH_LDFLAGS = -warn-common
(-)xen-3.4.2.orig//extras/mini-os/minios.mk (-2 / +2 lines)
Lines 16-29 Link Here
16
DEF_LDFLAGS +=
16
DEF_LDFLAGS +=
17
17
18
ifeq ($(debug),y)
18
ifeq ($(debug),y)
19
DEF_CFLAGS += -g
19
#DEF_CFLAGS += -g
20
#DEF_CFLAGS += -DMM_DEBUG
20
#DEF_CFLAGS += -DMM_DEBUG
21
#DEF_CFLAGS += -DFS_DEBUG
21
#DEF_CFLAGS += -DFS_DEBUG
22
#DEF_CFLAGS += -DLIBC_DEBUG
22
#DEF_CFLAGS += -DLIBC_DEBUG
23
DEF_CFLAGS += -DGNT_DEBUG
23
DEF_CFLAGS += -DGNT_DEBUG
24
DEF_CFLAGS += -DGNTMAP_DEBUG
24
DEF_CFLAGS += -DGNTMAP_DEBUG
25
else
25
else
26
DEF_CFLAGS += -O3
26
#DEF_CFLAGS += -O3
27
endif
27
endif
28
28
29
# Make the headers define our internal stuff
29
# Make the headers define our internal stuff
(-)xen-3.4.2.orig//stubdom/grub.patches/00cvs (-4 / +4 lines)
Lines 223-234 Link Here
223
+++ grub/configure.ac	2008-04-10 23:26:50.000000000 +0100
223
+++ grub/configure.ac	2008-04-10 23:26:50.000000000 +0100
224
@@ -86,13 +86,13 @@ if test "x$ac_cv_prog_gcc" = xyes; then
224
@@ -86,13 +86,13 @@ if test "x$ac_cv_prog_gcc" = xyes; then
225
     fi
225
     fi
226
     STAGE1_CFLAGS="-O2"
226
     STAGE1_CFLAGS=""
227
     GRUB_CFLAGS="-O2"
227
     GRUB_CFLAGSS=""
228
-    AC_CACHE_CHECK([whether optimization for size works], size_flag, [
228
-    AC_CACHE_CHECK([whether optimization for size works], size_flag, [
229
+    AC_CACHE_CHECK([whether optimization for size works], grub_cv_cc_Os, [
229
+    AC_CACHE_CHECK([whether optimization for size works], grub_cv_cc_Os, [
230
       saved_CFLAGS=$CFLAGS
230
       saved_CFLAGS=$CFLAGS
231
       CFLAGS="-Os -g"
231
#       CFLAGS="-Os -g"
232
-      AC_TRY_COMPILE(, , size_flag=yes, size_flag=no)
232
-      AC_TRY_COMPILE(, , size_flag=yes, size_flag=no)
233
+      AC_TRY_COMPILE(, , grub_cv_cc_Os=yes, grub_cv_cc_Os=no)
233
+      AC_TRY_COMPILE(, , grub_cv_cc_Os=yes, grub_cv_cc_Os=no)
234
       CFLAGS=$saved_CFLAGS
234
       CFLAGS=$saved_CFLAGS
Lines 237-243 Link Here
237
+    if test "x$grub_cv_cc_Os" = xyes; then
237
+    if test "x$grub_cv_cc_Os" = xyes; then
238
       STAGE2_CFLAGS="-Os"
238
       STAGE2_CFLAGS="-Os"
239
     else
239
     else
240
       STAGE2_CFLAGS="-O2 -fno-strength-reduce -fno-unroll-loops"
240
       STAGE2_CFLAGS=" -fno-strength-reduce -fno-unroll-loops"
241
@@ -100,16 +100,16 @@ if test "x$ac_cv_prog_gcc" = xyes; then
241
@@ -100,16 +100,16 @@ if test "x$ac_cv_prog_gcc" = xyes; then
242
     # OpenBSD has a GCC extension for protecting applications from
242
     # OpenBSD has a GCC extension for protecting applications from
243
     # stack smashing attacks, but GRUB doesn't want this feature.
243
     # stack smashing attacks, but GRUB doesn't want this feature.
(-)xen-3.4.2.orig//tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure (-12 / +12 lines)
Lines 16-22 Link Here
16
  NULLCMD=:
16
  NULLCMD=:
17
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18
  # is contrary to our usage.  Disable this feature.
18
  # is contrary to our usage.  Disable this feature.
19
  alias -g '${1+"$@"}'='"$@"'
19
  alias '${1+"$@"}'='"$@"'
20
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21
  set -o posix
21
  set -o posix
22
fi
22
fi
Lines 422-428 Link Here
422
  | --exec=* | --exe=* | --ex=*)
422
  | --exec=* | --exe=* | --ex=*)
423
    exec_prefix=$ac_optarg ;;
423
    exec_prefix=$ac_optarg ;;
424
424
425
  -gas | --gas | --ga | --g)
425
 as | --gas | --ga | --g)
426
    # Obsolete; use --with-gas.
426
    # Obsolete; use --with-gas.
427
    with_gas=yes ;;
427
    with_gas=yes ;;
428
428
Lines 1010-1016 Link Here
1010
      else
1010
      else
1011
        case $ac_arg in
1011
        case $ac_arg in
1012
          *=* | --config-cache | -C | -disable-* | --disable-* \
1012
          *=* | --config-cache | -C | -disable-* | --disable-* \
1013
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1013
          | -enable-* | --enable-* |as | --g* | -nfp | --nf* \
1014
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1014
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1015
          | -with-* | --with-* | -without-* | --without-* | --x)
1015
          | -with-* | --with-* | -without-* | --without-* | --x)
1016
            case "$ac_configure_args0 " in
1016
            case "$ac_configure_args0 " in
Lines 1849-1857 Link Here
1849
GCC=`test $ac_compiler_gnu = yes && echo yes`
1849
GCC=`test $ac_compiler_gnu = yes && echo yes`
1850
ac_test_CFLAGS=${CFLAGS+set}
1850
ac_test_CFLAGS=${CFLAGS+set}
1851
ac_save_CFLAGS=$CFLAGS
1851
ac_save_CFLAGS=$CFLAGS
1852
CFLAGS="-g"
1852
CFLAGS=""
1853
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1853
echo "$as_me:$LINENO: checking whether $CC accepts" >&5
1854
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1854
echo $ECHO_N "checking whether $CC accepts... $ECHO_C" >&6
1855
if test "${ac_cv_prog_cc_g+set}" = set; then
1855
if test "${ac_cv_prog_cc_g+set}" = set; then
1856
  echo $ECHO_N "(cached) $ECHO_C" >&6
1856
  echo $ECHO_N "(cached) $ECHO_C" >&6
1857
else
1857
else
Lines 1898-1910 Link Here
1898
  CFLAGS=$ac_save_CFLAGS
1898
  CFLAGS=$ac_save_CFLAGS
1899
elif test $ac_cv_prog_cc_g = yes; then
1899
elif test $ac_cv_prog_cc_g = yes; then
1900
  if test "$GCC" = yes; then
1900
  if test "$GCC" = yes; then
1901
    CFLAGS="-g -O2"
1901
    CFLAGS=""
1902
  else
1902
  else
1903
    CFLAGS="-g"
1903
    CFLAGS=""
1904
  fi
1904
  fi
1905
else
1905
else
1906
  if test "$GCC" = yes; then
1906
  if test "$GCC" = yes; then
1907
    CFLAGS="-O2"
1907
#    CFLAGS="-O2"
1908
  else
1908
  else
1909
    CFLAGS=
1909
    CFLAGS=
1910
  fi
1910
  fi
Lines 2244-2250 Link Here
2244
# IRIX /sbin/install
2244
# IRIX /sbin/install
2245
# AIX /bin/install
2245
# AIX /bin/install
2246
# AmigaOS /C/install, which installs bootblocks on floppy discs
2246
# AmigaOS /C/install, which installs bootblocks on floppy discs
2247
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2247
# AIX 4 /usr/bin/installbsd, which doesn't work without a flag
2248
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2248
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2249
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2249
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2250
# ./install, which can be erroneously created by make from ./install.sh.
2250
# ./install, which can be erroneously created by make from ./install.sh.
Lines 3604-3610 Link Here
3604
  NULLCMD=:
3604
  NULLCMD=:
3605
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3605
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3606
  # is contrary to our usage.  Disable this feature.
3606
  # is contrary to our usage.  Disable this feature.
3607
  alias -g '${1+"$@"}'='"$@"'
3607
  alias '${1+"$@"}'='"$@"'
3608
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3608
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3609
  set -o posix
3609
  set -o posix
3610
fi
3610
fi
Lines 4141-4147 Link Here
4141
  ac_more_lines=:
4141
  ac_more_lines=:
4142
  ac_sed_cmds=
4142
  ac_sed_cmds=
4143
  while $ac_more_lines; do
4143
  while $ac_more_lines; do
4144
    if test $ac_beg -gt 1; then
4144
    if test $ac_begt 1; then
4145
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4145
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4146
    else
4146
    else
4147
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4147
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
(-)xen-3.4.2.orig//tools/debugger/xenitp/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
XEN_ROOT=../../..
1
XEN_ROOT=../../..
2
include $(XEN_ROOT)/tools/Rules.mk
2
include $(XEN_ROOT)/tools/Rules.mk
3
3
4
#CFLAGS  +=  -g -O0
4
#CFLAGS  +=  -O0
5
5
6
CFLAGS  += $(CFLAGS_libxenctrl)
6
CFLAGS  += $(CFLAGS_libxenctrl)
7
7
(-)xen-3.4.2.orig//tools/firmware/rombios/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
	gcc -DBX_SMP_PROCESSORS=1 -E -P $< > _rombios_.c
19
	gcc -DBX_SMP_PROCESSORS=1 -E -P $< > _rombios_.c
20
	bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
20
	bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
21
	sed -e 's/^\.text//' -e 's/^\.data//' rombios.s > _rombios_.s
21
	sed -e 's/^\.text//' -e 's/^\.data//' rombios.s > _rombios_.s
22
	as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
22
	as86 _rombios_.s -b tmp.bin -u- -w- -0 -j -O -l rombios.txt
23
	-perl makesym.perl < rombios.txt > rombios.sym
23
	-perl makesym.perl < rombios.txt > rombios.sym
24
	mv tmp.bin BIOS-bochs-latest
24
	mv tmp.bin BIOS-bochs-latest
25
	./biossums BIOS-bochs-latest
25
	./biossums BIOS-bochs-latest
(-)xen-3.4.2.orig//tools/firmware/vgabios/Makefile (-4 / +4 lines)
Lines 40-46 Link Here
40
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE $(VGABIOS_DATE) > _vgabios_.c
40
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE $(VGABIOS_DATE) > _vgabios_.c
41
	$(BCC) -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
41
	$(BCC) -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
42
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios.s > _vgabios_.s
42
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios.s > _vgabios_.s
43
	$(AS86) _vgabios_.s -b vgabios.bin -u -w- -g -0 -j -O -l vgabios.txt
43
	$(AS86) _vgabios_.s -b vgabios.bin -u -w- -0 -j -O -l vgabios.txt
44
	rm -f _vgabios_.s _vgabios_.c vgabios.s
44
	rm -f _vgabios_.s _vgabios_.c vgabios.s
45
	cp vgabios.bin VGABIOS-lgpl-latest.bin
45
	cp vgabios.bin VGABIOS-lgpl-latest.bin
46
	./biossums VGABIOS-lgpl-latest.bin
46
	./biossums VGABIOS-lgpl-latest.bin
Lines 50-56 Link Here
50
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE -DDEBUG $(VGABIOS_DATE) > _vgabios-debug_.c
50
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE -DDEBUG $(VGABIOS_DATE) > _vgabios-debug_.c
51
	$(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
51
	$(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
52
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
52
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
53
	$(AS86) _vgabios-debug_.s -b vgabios.debug.bin -u -w- -g -0 -j -O -l vgabios.debug.txt
53
	$(AS86) _vgabios-debug_.s -b vgabios.debug.bin -u -w- -0 -j -O -l vgabios.debug.txt
54
	rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
54
	rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
55
	cp vgabios.debug.bin VGABIOS-lgpl-latest.debug.bin
55
	cp vgabios.debug.bin VGABIOS-lgpl-latest.debug.bin
56
	./biossums VGABIOS-lgpl-latest.debug.bin
56
	./biossums VGABIOS-lgpl-latest.debug.bin
Lines 60-66 Link Here
60
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus_.c
60
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus_.c
61
	$(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
61
	$(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
62
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
62
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
63
	$(AS86) _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -g -0 -j -O -l vgabios-cirrus.txt
63
	$(AS86) _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -0 -j -O -l vgabios-cirrus.txt
64
	rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
64
	rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
65
	cp vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
65
	cp vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
66
	./biossums VGABIOS-lgpl-latest.cirrus.bin
66
	./biossums VGABIOS-lgpl-latest.cirrus.bin
Lines 70-76 Link Here
70
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
70
	$(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
71
	$(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
71
	$(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
72
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
72
	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
73
	$(AS86) _vgabios-cirrus-debug_.s -b vgabios-cirrus.debug.bin -u -w- -g -0 -j -O -l vgabios-cirrus.debug.txt
73
	$(AS86) _vgabios-cirrus-debug_.s -b vgabios-cirrus.debug.bin -u -w- -0 -j -O -l vgabios-cirrus.debug.txt
74
	rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
74
	rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
75
	cp vgabios-cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
75
	cp vgabios-cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
76
	./biossums VGABIOS-lgpl-latest.cirrus.debug.bin
76
	./biossums VGABIOS-lgpl-latest.cirrus.debug.bin
(-)xen-3.4.2.orig//tools/flask/loadpolicy/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
LIBFLASK_ROOT = $(XEN_ROOT)/tools/flask/libflask
6
LIBFLASK_ROOT = $(XEN_ROOT)/tools/flask/libflask
7
7
8
PROFILE=#-pg
8
PROFILE=#-pg
9
BASECFLAGS=-Wall -g 
9
BASECFLAGS=-Wall 
10
BASECFLAGS+= $(PROFILE)
10
BASECFLAGS+= $(PROFILE)
11
#BASECFLAGS+= -I$(XEN_ROOT)/tools
11
#BASECFLAGS+= -I$(XEN_ROOT)/tools
12
BASECFLAGS+= $(CFLAGS_libxenctrl)
12
BASECFLAGS+= $(CFLAGS_libxenctrl)
(-)xen-3.4.2.orig//tools/hotplug/Linux/Makefile (-1 / +1 lines)
Lines 45-51 Link Here
45
ifeq ($(findstring $(DI),$(DE)),$(DI))
45
ifeq ($(findstring $(DI),$(DE)),$(DI))
46
HOTPLUGS=install-hotplug install-udev
46
HOTPLUGS=install-hotplug install-udev
47
else
47
else
48
ifeq ($(shell [ $(UDEVVER) -ge 059 ] && echo 1),1)
48
ifeq ($(shell [ $(UDEVVER)e 059 ] && echo 1),1)
49
HOTPLUGS=install-udev
49
HOTPLUGS=install-udev
50
else
50
else
51
HOTPLUGS=install-hotplug
51
HOTPLUGS=install-hotplug
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/bsd-user/main.c (-1 / +1 lines)
Lines 331-337 Link Here
331
           "\n"
331
           "\n"
332
           "Standard options:\n"
332
           "Standard options:\n"
333
           "-h                print this help\n"
333
           "-h                print this help\n"
334
           "-g port           wait gdb connection to port\n"
334
           "port           wait gdb connection to port\n"
335
           "-L path           set the elf interpreter prefix (default=%s)\n"
335
           "-L path           set the elf interpreter prefix (default=%s)\n"
336
           "-s size           set the stack size in bytes (default=%ld)\n"
336
           "-s size           set the stack size in bytes (default=%ld)\n"
337
           "-cpu model        select CPU (-cpu ? for list)\n"
337
           "-cpu model        select CPU (-cpu ? for list)\n"
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/configure (-3 / +3 lines)
Lines 285-291 Link Here
285
                exit 1
285
                exit 1
286
            fi
286
            fi
287
        fi
287
        fi
288
        if test "$solarisrev" -ge 9 ; then
288
        if test "$solarisrev"e 9 ; then
289
            kqemu="yes"
289
            kqemu="yes"
290
        fi
290
        fi
291
    fi
291
    fi
Lines 464-472 Link Here
464
464
465
465
466
# default flags for all hosts
466
# default flags for all hosts
467
CFLAGS="$CFLAGS -O2 -g -fno-strict-aliasing"
467
CFLAGS="$CFLAGS -fno-strict-aliasing"
468
CFLAGS="$CFLAGS -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls"
468
CFLAGS="$CFLAGS -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls"
469
LDFLAGS="$LDFLAGS -g"
469
LDFLAGS="$LDFLAGS"
470
if test "$werror" = "yes" ; then
470
if test "$werror" = "yes" ; then
471
CFLAGS="$CFLAGS"
471
CFLAGS="$CFLAGS"
472
fi
472
fi
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/darwin-user/main.c (-1 / +1 lines)
Lines 749-755 Link Here
749
           "\n"
749
           "\n"
750
           "debug options:\n"
750
           "debug options:\n"
751
           "-d options   activate log (logfile='%s')\n"
751
           "-d options   activate log (logfile='%s')\n"
752
           "-g wait for gdb on port 1234\n"
752
           "wait for gdb on port 1234\n"
753
           "-p pagesize  set the host page size to 'pagesize'\n",
753
           "-p pagesize  set the host page size to 'pagesize'\n",
754
           TARGET_ARCH,
754
           TARGET_ARCH,
755
           TARGET_ARCH,
755
           TARGET_ARCH,
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/linux-user/main.c (-1 / +1 lines)
Lines 2186-2192 Link Here
2186
           "\n"
2186
           "\n"
2187
           "Standard options:\n"
2187
           "Standard options:\n"
2188
           "-h                print this help\n"
2188
           "-h                print this help\n"
2189
           "-g port           wait gdb connection to port\n"
2189
           "port           wait gdb connection to port\n"
2190
           "-L path           set the elf interpreter prefix (default=%s)\n"
2190
           "-L path           set the elf interpreter prefix (default=%s)\n"
2191
           "-s size           set the stack size in bytes (default=%ld)\n"
2191
           "-s size           set the stack size in bytes (default=%ld)\n"
2192
           "-cpu model        select CPU (-cpu ? for list)\n"
2192
           "-cpu model        select CPU (-cpu ? for list)\n"
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/tests/cris/Makefile (-2 / +2 lines)
Lines 12-20 Link Here
12
OBJCOPY = $(CROSS)objcopy
12
OBJCOPY = $(CROSS)objcopy
13
13
14
# we rely on GCC inline:ing the stuff we tell it to in many places here.
14
# we rely on GCC inline:ing the stuff we tell it to in many places here.
15
CFLAGS  = -Winline -Wall -g -O2 -static
15
CFLAGS  = -Winline -Wall -static
16
NOSTDFLAGS = -nostartfiles -nostdlib
16
NOSTDFLAGS = -nostartfiles -nostdlib
17
ASFLAGS += -g -Wa,-I,$(SRC_PATH)/tests/cris/
17
ASFLAGS += -Wa,-I,$(SRC_PATH)/tests/cris/
18
LDLIBS  =
18
LDLIBS  =
19
NOSTDLIBS = -lgcc
19
NOSTDLIBS = -lgcc
20
20
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/tests/hello-mips.c (-1 / +1 lines)
Lines 6-12 Link Here
6
* http://www.linux.com/howtos/Assembly-HOWTO/mips.shtml
6
* http://www.linux.com/howtos/Assembly-HOWTO/mips.shtml
7
*
7
*
8
* mipsel-linux-gcc -nostdlib -mno-abicalls -fno-PIC -mabi=32 \
8
* mipsel-linux-gcc -nostdlib -mno-abicalls -fno-PIC -mabi=32 \
9
*                  -O2 -static -o hello-mips hello-mips.c
9
*                  -static -o hello-mips hello-mips.c
10
*
10
*
11
*/
11
*/
12
#define __NR_SYSCALL_BASE	4000
12
#define __NR_SYSCALL_BASE	4000
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/tests/Makefile (-5 / +5 lines)
Lines 2-8 Link Here
2
-include ../config-host.mak
2
-include ../config-host.mak
3
VPATH=$(SRC_PATH)/tests
3
VPATH=$(SRC_PATH)/tests
4
4
5
CFLAGS=-Wall -O2 -g -fno-strict-aliasing
5
CFLAGS=-Wall -fno-strict-aliasing
6
#CFLAGS+=-msse2
6
#CFLAGS+=-msse2
7
LDFLAGS=
7
LDFLAGS=
8
8
Lines 52-58 Link Here
52
52
53
.PHONY: test-mmap
53
.PHONY: test-mmap
54
test-mmap: test-mmap.c
54
test-mmap: test-mmap.c
55
	$(CC) $(CFLAGS) -Wall -static -O2 $(LDFLAGS) -o $@ $<
55
	$(CC) $(CFLAGS) -Wall -static $(LDFLAGS) -o $@ $<
56
	-./test-mmap
56
	-./test-mmap
57
	-$(QEMU) ./test-mmap
57
	-$(QEMU) ./test-mmap
58
	-$(QEMU) -p 8192 ./test-mmap 8192
58
	-$(QEMU) -p 8192 ./test-mmap 8192
Lines 88-104 Link Here
88
	arm-linux-ld -o $@ $<
88
	arm-linux-ld -o $@ $<
89
89
90
hello-arm.o: hello-arm.c
90
hello-arm.o: hello-arm.c
91
	arm-linux-gcc -Wall -g -O2 -c -o $@ $<
91
	arm-linux-gcc -Wall -c -o $@ $<
92
92
93
test-arm-iwmmxt: test-arm-iwmmxt.s
93
test-arm-iwmmxt: test-arm-iwmmxt.s
94
	cpp < $< | arm-linux-gnu-gcc -Wall -static -march=iwmmxt -mabi=aapcs -x assembler - -o $@
94
	cpp < $< | arm-linux-gnu-gcc -Wall -static -march=iwmmxt -mabi=aapcs -x assembler - -o $@
95
95
96
# MIPS test
96
# MIPS test
97
hello-mips: hello-mips.c
97
hello-mips: hello-mips.c
98
	mips-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
98
	mips-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -o $@ $<
99
99
100
hello-mipsel: hello-mips.c
100
hello-mipsel: hello-mips.c
101
	mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
101
	mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -o $@ $<
102
102
103
# testsuite for the CRIS port.
103
# testsuite for the CRIS port.
104
test-cris:
104
test-cris:
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/vl.c (-1 / +1 lines)
Lines 4046-4052 Link Here
4046
           "                select video card type\n"
4046
           "                select video card type\n"
4047
           "-full-screen    start in full screen\n"
4047
           "-full-screen    start in full screen\n"
4048
#if defined(TARGET_PPC) || defined(TARGET_SPARC)
4048
#if defined(TARGET_PPC) || defined(TARGET_SPARC)
4049
           "-g WxH[xDEPTH]  Set the initial graphical resolution and depth\n"
4049
           "WxH[xDEPTH]  Set the initial graphical resolution and depth\n"
4050
#endif
4050
#endif
4051
           "-vnc display    start a VNC server on display\n"
4051
           "-vnc display    start a VNC server on display\n"
4052
           "\n"
4052
           "\n"
(-)xen-3.4.2.orig//tools/ioemu-qemu-xen/xen-setup-stubdom (-1 / +1 lines)
Lines 91-97 Link Here
91
-include \$(QEMU_ROOT)/xen-hooks.mak
91
-include \$(QEMU_ROOT)/xen-hooks.mak
92
HOST_USB=stub
92
HOST_USB=stub
93
93
94
HOST_LDFLAGS= \$(LDFLAGS) -g -Wl,--warn-common
94
HOST_LDFLAGS= \$(LDFLAGS) -Wl,--warn-common
95
HOST_CFLAGS= \$(CFLAGS)
95
HOST_CFLAGS= \$(CFLAGS)
96
CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM
96
CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM
97
CFLAGS= $TARGET_CFLAGS
97
CFLAGS= $TARGET_CFLAGS
(-)xen-3.4.2.orig//tools/libaio/harness/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
HARNESS_SRCS:=main.c
4
HARNESS_SRCS:=main.c
5
# io_queue.c
5
# io_queue.c
6
6
7
CFLAGS=-Wall  -g -O -laio
7
CFLAGS=-Wall  -O -laio
8
#-lpthread -lrt
8
#-lpthread -lrt
9
9
10
all: $(PROGS)
10
all: $(PROGS)
(-)xen-3.4.2.orig//tools/libaio/src/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
libdir=$(prefix)/lib
6
libdir=$(prefix)/lib
7
7
8
ARCH := $(shell uname -m | sed -e s/i.86/i386/)
8
ARCH := $(shell uname -m | sed -e s/i.86/i386/)
9
CFLAGS = -nostdlib -nostartfiles -Wall -I. -g -fomit-frame-pointer -O2 -fPIC
9
CFLAGS = -nostdlib -nostartfiles -Wall -I. -fomit-frame-pointer -fPIC
10
SO_CFLAGS=-shared $(CFLAGS)
10
SO_CFLAGS=-shared $(CFLAGS)
11
L_CFLAGS=$(CFLAGS)
11
L_CFLAGS=$(CFLAGS)
12
LINK_FLAGS=
12
LINK_FLAGS=
(-)xen-3.4.2.orig//tools/libxc/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
60
61
# Define this to make it possible to run valgrind on code linked with these
61
# Define this to make it possible to run valgrind on code linked with these
62
# libraries.
62
# libraries.
63
#CFLAGS   += -DVALGRIND -O0 -ggdb3
63
#CFLAGS   += -DVALGRIND -O0gdb3
64
64
65
LDFLAGS  += -L.
65
LDFLAGS  += -L.
66
66
(-)xen-3.4.2.orig//tools/libxen/Makefile.dist (-1 / +1 lines)
Lines 22-28 Link Here
22
CFLAGS = -Iinclude                     \
22
CFLAGS = -Iinclude                     \
23
         $(shell xml2-config --cflags) \
23
         $(shell xml2-config --cflags) \
24
         $(shell curl-config --cflags) \
24
         $(shell curl-config --cflags) \
25
         -W -Wall -Wmissing-prototypes  -std=c99 -O2 -fPIC
25
         -W -Wall -Wmissing-prototypes  -std=c99 -fPIC
26
26
27
LDFLAGS = $(shell xml2-config --libs) \
27
LDFLAGS = $(shell xml2-config --libs) \
28
          $(shell curl-config --libs)
28
          $(shell curl-config --libs)
(-)xen-3.4.2.orig//tools/python/test.py (-2 / +2 lines)
Lines 99-110 Link Here
99
    Note that functional tests will be skipped if the module
99
    Note that functional tests will be skipped if the module
100
    zope.app.tests.functional cannot be imported.
100
    zope.app.tests.functional cannot be imported.
101
101
102
-g threshold
102
threshold
103
--gc-threshold threshold
103
--gc-threshold threshold
104
    Set the garbage collector generation0 threshold.  This can be used
104
    Set the garbage collector generation0 threshold.  This can be used
105
    to stress memory and gc correctness.  Some crashes are only
105
    to stress memory and gc correctness.  Some crashes are only
106
    reproducible when the threshold is set to 1 (agressive garbage
106
    reproducible when the threshold is set to 1 (agressive garbage
107
    collection).  Do "-g 0" to disable garbage collection altogether.
107
    collection).  Do "0" to disable garbage collection altogether.
108
108
109
-G gc_option
109
-G gc_option
110
--gc-option gc_option
110
--gc-option gc_option
(-)xen-3.4.2.orig//tools/python/xen/util/vscsi_util.py (-1 / +1 lines)
Lines 96-102 Link Here
96
96
97
    devices = []
97
    devices = []
98
98
99
    for scsiinfo in os.popen('{ lsscsi -g %s; } 2>/dev/null' % option).readlines():
99
    for scsiinfo in os.popen('{ lsscsi %s; } 2>/dev/null' % option).readlines():
100
        s = scsiinfo.split()
100
        s = scsiinfo.split()
101
        hctl = s[0][1:-1]
101
        hctl = s[0][1:-1]
102
        try:
102
        try:
(-)xen-3.4.2.orig//tools/security/Makefile (-1 / +1 lines)
Lines 76-82 Link Here
76
	chmod 700 $(ACM_SCRIPTS)
76
	chmod 700 $(ACM_SCRIPTS)
77
77
78
xensec_tool: $(OBJS_TOOL)
78
xensec_tool: $(OBJS_TOOL)
79
	$(CC) -g $(CFLAGS) $(LDFLAGS) -O0 -o $@ $^ $(LDFLAGS_libxenctrl)
79
	$(CC) $(CFLAGS) $(LDFLAGS) -O0 -o $@ $^ $(LDFLAGS_libxenctrl)
80
80
81
xensec_gen: xensec_gen.py
81
xensec_gen: xensec_gen.py
82
	cp -f $^ $@
82
	cp -f $^ $@
(-)xen-3.4.2.orig//tools/vnet/libxutil/Makefile (-2 / +2 lines)
Lines 26-33 Link Here
26
26
27
$(call cc-option-add,CFLAGS,CC,-fgnu89-inline)
27
$(call cc-option-add,CFLAGS,CC,-fgnu89-inline)
28
CFLAGS   +=  -fno-strict-aliasing
28
CFLAGS   +=  -fno-strict-aliasing
29
CFLAGS   += -O3
29
#CFLAGS   += -O3
30
#CFLAGS   += -g
30
#CFLAGS   +=
31
31
32
MAJOR    := 3.0
32
MAJOR    := 3.0
33
MINOR    := 0
33
MINOR    := 0
(-)xen-3.4.2.orig//tools/vnet/vnetd/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
CPPFLAGS += -D __ARCH_I386_ATOMIC__
44
CPPFLAGS += -D __ARCH_I386_ATOMIC__
45
45
46
#----------------------------------------------------------------------------
46
#----------------------------------------------------------------------------
47
CFLAGS += -O3
47
#CFLAGS += -O3
48
CFLAGS += $(INCLUDES) $(LIBS)
48
CFLAGS += $(INCLUDES) $(LIBS)
49
49
50
LDFLAGS += $(LIBS)
50
LDFLAGS += $(LIBS)
(-)xen-3.4.2.orig//tools/vnet/vnet-module/Makefile-2.4 (-2 / +2 lines)
Lines 61-68 Link Here
61
CFLAGS += -Wno-unused-function
61
CFLAGS += -Wno-unused-function
62
CFLAGS += -Wno-unused-parameter 
62
CFLAGS += -Wno-unused-parameter 
63
63
64
CFLAGS += -g
64
#CFLAGS += -g
65
CFLAGS += -O2
65
#CFLAGS += -O2
66
CFLAGS += -fno-strict-aliasing 
66
CFLAGS += -fno-strict-aliasing 
67
CFLAGS += -fno-common 
67
CFLAGS += -fno-common 
68
#CFLAGS += -fomit-frame-pointer
68
#CFLAGS += -fomit-frame-pointer
(-)xen-3.4.2.orig//tools/vtpm/Rules.mk (-1 / +1 lines)
Lines 9-15 Link Here
9
TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
9
TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
10
10
11
# General compiler flags
11
# General compiler flags
12
CFLAGS   =  -g3 -I.
12
CFLAGS   = 3 -I.
13
13
14
# Generic project files
14
# Generic project files
15
HDRS	= $(wildcard *.h)
15
HDRS	= $(wildcard *.h)
(-)xen-3.4.2.orig//tools/vtpm/tpm_emulator.patch (-2 / +2 lines)
Lines 434-440 Link Here
434
 VERSION_BUILD  := $(shell date +"%s")
434
 VERSION_BUILD  := $(shell date +"%s")
435
 
435
 
436
-# enable/disable DEBUG messages
436
-# enable/disable DEBUG messages
437
-EXTRA_CFLAGS   += -Wall -DDEBUG -g  
437
-EXTRA_CFLAGS   += -Wall -DDEBUG  
438
+# Installation program and options
438
+# Installation program and options
439
+INSTALL         = install
439
+INSTALL         = install
440
+INSTALL_PROG    = $(INSTALL) -m0755
440
+INSTALL_PROG    = $(INSTALL) -m0755
Lines 444-450 Link Here
444
+TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
444
+TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
445
+
445
+
446
+CC      := gcc
446
+CC      := gcc
447
+CFLAGS  += -g -Wall $(INCLUDE) -DDEBUG
447
+CFLAGS  += -Wall $(INCLUDE) -DDEBUG
448
+CFLAGS  += -I. -Itpm
448
+CFLAGS  += -I. -Itpm
449
+
449
+
450
+# Is the simulator running in it's own vm?
450
+# Is the simulator running in it's own vm?
(-)xen-3.4.2.orig//tools/vtpm/vtpm.patch (-1 / +1 lines)
Lines 69-75 Link Here
69
@@ -22,7 +22,7 @@ TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
69
@@ -22,7 +22,7 @@ TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
70
 
70
 
71
 CC      := gcc
71
 CC      := gcc
72
 CFLAGS  += -g -Wall $(INCLUDE) -DDEBUG
72
 CFLAGS  += -Wall $(INCLUDE) -DDEBUG
73
-CFLAGS  += -I. -Itpm
73
-CFLAGS  += -I. -Itpm
74
+CFLAGS  += -I. -Itpm -I../../vtpm_manager/manager
74
+CFLAGS  += -I. -Itpm -I../../vtpm_manager/manager
75
 
75
 
(-)xen-3.4.2.orig//tools/vtpm_manager/Rules.mk (-1 / +1 lines)
Lines 9-15 Link Here
9
TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
9
TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
10
10
11
# General compiler flags
11
# General compiler flags
12
CFLAGS	=  -g3 -I.
12
CFLAGS	= 3 -I.
13
13
14
# Generic project files
14
# Generic project files
15
HDRS	= $(wildcard *.h)
15
HDRS	= $(wildcard *.h)
(-)xen-3.4.2.orig//xen/arch/ia64/Rules.mk (-2 / +2 lines)
Lines 42-48 Link Here
42
#CFLAGS  += -Wno-pointer-arith -Wredundant-decls
42
#CFLAGS  += -Wno-pointer-arith -Wredundant-decls
43
CFLAGS	+= -DIA64 -DXEN -DLINUX_2_6
43
CFLAGS	+= -DIA64 -DXEN -DLINUX_2_6
44
CFLAGS	+= -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5
44
CFLAGS	+= -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5
45
CFLAGS	+= -g
45
CFLAGS	+=
46
ifeq ($(vti_debug),y)
46
ifeq ($(vti_debug),y)
47
CFLAGS  += -DVTI_DEBUG
47
CFLAGS  += -DVTI_DEBUG
48
endif
48
endif
Lines 85-88 Link Here
85
CFLAGS += -DCONFIG_IA64_PICKLE_DOMAIN
85
CFLAGS += -DCONFIG_IA64_PICKLE_DOMAIN
86
endif
86
endif
87
87
88
LDFLAGS = -g
88
LDFLAGS =
(-)xen-3.4.2.orig//xen/arch/ia64/tools/privify/Makefile (-3 / +3 lines)
Lines 1-9 Link Here
1
privify: privify_elf64.o privify.o
1
privify: privify_elf64.o privify.o
2
	gcc -g privify.o privify_elf64.o -o privify
2
	gcc privify.o privify_elf64.o -o privify
3
3
4
4
5
privify_elf64.o: privify_elf64.c
5
privify_elf64.o: privify_elf64.c
6
	gcc -g -D__KERNEL__ -c privify_elf64.c
6
	gcc -D__KERNEL__ -c privify_elf64.c
7
7
8
privify.o: privify.c
8
privify.o: privify.c
9
	gcc -nostdinc -g -D__KERNEL__ -c privify.c
9
	gcc -nostdinc -D__KERNEL__ -c privify.c
(-)xen-3.4.2.orig//xen/Rules.mk (-1 / +1 lines)
Lines 40-46 Link Here
40
ALL_OBJS-y               += $(BASEDIR)/arch/$(TARGET_ARCH)/built_in.o
40
ALL_OBJS-y               += $(BASEDIR)/arch/$(TARGET_ARCH)/built_in.o
41
ALL_OBJS-$(x86)          += $(BASEDIR)/crypto/built_in.o
41
ALL_OBJS-$(x86)          += $(BASEDIR)/crypto/built_in.o
42
42
43
CFLAGS-y                += -g -D__XEN__
43
CFLAGS-y                += -D__XEN__
44
CFLAGS-$(XSM_ENABLE)    += -DXSM_ENABLE
44
CFLAGS-$(XSM_ENABLE)    += -DXSM_ENABLE
45
CFLAGS-$(FLASK_ENABLE)  += -DFLASK_ENABLE -DXSM_MAGIC=0xf97cff8c
45
CFLAGS-$(FLASK_ENABLE)  += -DFLASK_ENABLE -DXSM_MAGIC=0xf97cff8c
46
CFLAGS-$(FLASK_ENABLE)  += -DFLASK_DEVELOP -DFLASK_BOOTPARAM -DFLASK_AVC_STATS
46
CFLAGS-$(FLASK_ENABLE)  += -DFLASK_DEVELOP -DFLASK_BOOTPARAM -DFLASK_AVC_STATS

Return to bug 383975