summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-05-17 16:11:59 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-05-17 16:11:59 -0500
commit4324ee74d2a77c20704323dae57762b36301ea8a (patch)
treead536ea60f40cd920f22e2397d67527958543e8f /makefile
parentde80b963baf574b32661e153e01164aa6d8a5b44 (diff)
downloadtalos-hostboot-4324ee74d2a77c20704323dae57762b36301ea8a.tar.gz
talos-hostboot-4324ee74d2a77c20704323dae57762b36301ea8a.zip
Load base TOC and create kernel stack.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index df8bff977..a40238991 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,9 @@
CC = powerpc64-unknown-linux-gnu-gcc
LD = powerpc64-unknown-linux-gnu-ld
-CFLAGS = -O3
+COMMONFLAGS = -O3 -nostdlib
+CFLAGS = ${COMMONFLAGS} -mcpu=620
+LDFLAGS = -static ${COMMONFLAGS}
OBJECTS = start.o kernel.o
OpenPOWER on IntegriCloud