Changeset 2265


Ignore:
Timestamp:
03/17/08 20:05:20 (5 years ago)
Author:
jylam
Message:
  • Removed by-default stack protector from recent gcc's while compiling kernel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/configure.ac

    r2253 r2265  
    286286if test "${enable_vga}" = "yes"; then 
    287287  ac_cv_my_have_vga="yes" 
    288   CPPFLAGS="${CPPFLAGS} -I. -D__KERNEL__ -nostdinc -include kernel/kernel.h" 
    289   CFLAGS="${CFLAGS} -fno-builtin -O2 -Wall" 
    290   CCASFLAGS="${CCASFLAGS} -I." 
    291   LDFLAGS="${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000" 
     288  CPPFLAGS="${CPPFLAGS} -I. -D__KERNEL__ -nostdinc -include kernel/kernel.h -fno-stack-protector" 
     289  CFLAGS="${CFLAGS} -fno-builtin -O2 -Wall -fno-stack-protector" 
     290  CCASFLAGS="${CCASFLAGS} -I. -fno-stack-protector" 
     291  LDFLAGS="${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 -fno-stack-protector" 
    292292  AC_DEFINE(USE_VGA, 1, Define to 1 to activate the VGA backend driver) 
    293293  CACA_DRIVERS="${CACA_DRIVERS} vga" 
Note: See TracChangeset for help on using the changeset viewer.