Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Updated TR
[palacios.git] / palacios / build / Makefile
index 8712934..6dfb426 100644 (file)
@@ -1,4 +1,3 @@
-# Makefile for GeekOS kernel, userspace, and tools
 #
 #  Northwestern University 
 # (c) 2008, Jack Lange <jarusl@cs.northwestern.edu>
@@ -435,6 +434,7 @@ CC_COMPILE = \
        $(call build,CC,$(TARGET_CC) \
                $(CC_GENERAL_OPTS) \
                $(EXTRA_CFLAGS) \
+                -fno-stack-protector \
                -c \
                $< \
                -o $@ \