From d2d948a4ad3ba384c686be53e9afa8b5a2a0804f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 27 Jun 2011 18:04:50 +0200 Subject: cc/gcc: add MIPS spercific configure options Add the following MIPS specific options when configuring gcc: --with(out)-llsc --with(out)-synci --with(out)-mips-plt --with-divide=type Signed-off-by: "Yann E. MORIN" --- config/cc/gcc.in.2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config/cc/gcc.in.2') diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 6fbc39a9..6071135b 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -249,3 +249,15 @@ config CC_GCC_LNK_HASH_STYLE default "sysv" if CC_GCC_LNK_HASH_STYLE_SYSV default "gnu" if CC_GCC_LNK_HASH_STYLE_GNU default "both" if CC_GCC_LNK_HASH_STYLE_BOTH + +#----------------------------------------------------------------------------- + +config CC_GCC_HAS_ARCH_OPTIONS + bool + +comment "archictecture-specific options" + depends on CC_GCC_HAS_ARCH_OPTIONS + +if ARCH_mips +source "config/cc/gcc.in.mips" +endif # ARCH_mips -- cgit v1.2.3