@ -1,18 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/alpha/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ $SDECFG_ALPHA_OPT != generic ] ; then |
|
||||
var_append GCC3_WRAPPER_INSERT " " \ |
|
||||
"-mtune=$SDECFG_ALPHA_OPT" |
|
||||
fi |
|
@ -1,20 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/arm/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
[ "$SDECFG_ARM_OPT" != generic ] && |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_ARM_OPT" |
|
||||
|
|
||||
[ "$SDECFG_ARM_THUMB" = 1 ] && |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mthumb -mthumb-interwork -D__arm__" |
|
||||
|
|
@ -1,18 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/hppa/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_HPPA_OPT" != "generic" ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_HPPA_OPT" |
|
||||
fi |
|
||||
|
|
@ -1,18 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/hppa64/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_HPPA64_OPT" != "generic" ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_HPPA64_OPT" |
|
||||
fi |
|
||||
|
|
@ -1,18 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/mips/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ $SDECFG_MIPS_OPT != generic ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_MIPS_OPT" |
|
||||
fi |
|
||||
|
|
@ -1,18 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/mips64/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ $SDECFG_MIPS64_OPT != generic ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_MIPS64_OPT" |
|
||||
fi |
|
||||
|
|
@ -1,21 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/powerpc/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_POWERPC_ISA" ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_POWERPC_ISA" |
|
||||
fi |
|
||||
|
|
||||
if [ "$SDECFG_POWERPC_OPT" != "generic" ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mtune=$SDECFG_POWERPC_OPT" |
|
||||
fi |
|
@ -1,20 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/powerpc64/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_POWERPC64_OPT" != "generic" ] ; then |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_POWERPC64_OPT" |
|
||||
else |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=powerpc64" |
|
||||
fi |
|
||||
|
|
@ -1,26 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/sh/gcc-options.in |
|
||||
# Copyright (C) 2008 The OpenSDE Project |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_SH_OPT" ] ; then |
|
||||
opt= |
|
||||
case "$SDECFG_SH_OPT" in |
|
||||
sh) opt="-m1" ;; |
|
||||
sh2) opt="-m2" ;; |
|
||||
sh3) opt="-m3" ;; |
|
||||
sh4) opt="-m4" ;; |
|
||||
esac |
|
||||
var_append GCC_WRAPPER_INSERT " " "$opt" |
|
||||
fi |
|
||||
|
|
@ -1,23 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/sh64/gcc-options.in |
|
||||
# Copyright (C) 2008 The OpenSDE Project |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_SH64_OPT" ] ; then |
|
||||
opt= |
|
||||
case "$SDECFG_SH64_OPT" in |
|
||||
sh5) opt="-m5" ;; |
|
||||
esac |
|
||||
var_append GCC_WRAPPER_INSERT " " "$opt" |
|
||||
fi |
|
||||
|
|
@ -1,26 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/sparc/gcc-options.in |
|
||||
# Copyright (C) 2008 The OpenSDE Project |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
if [ "$SDECFG_SPARC_OPT" ] ; then |
|
||||
opt= |
|
||||
case "$SDECFG_SPARC_OPT" in |
|
||||
v7) opt="-mcpu=cypress -mtune=cypress" ;; |
|
||||
v8) opt="-mcpu=supersparc -mtune=supersparc" ;; |
|
||||
v9) opt="-mcpu=ultrasparc -mtune=ultrasparc" ;; |
|
||||
v9vis) opt="-mcpu=ultrasparc -mtune=ultrasparc -mvis" ;; |
|
||||
esac |
|
||||
var_append GCC_WRAPPER_INSERT " " "$opt" |
|
||||
fi |
|
||||
|
|
@ -1,20 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/sparc64/gcc-options.in |
|
||||
# Copyright (C) 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
case "$SDECFG_SPARC64_OPT" in |
|
||||
generic) ;; |
|
||||
*) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mcpu=$SDECFG_SPARC64_OPT" ;; |
|
||||
esac |
|
||||
|
|
@ -1,22 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/x86-64/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
case "$SDECFG_X8664_OPT" in |
|
||||
generic) ;; |
|
||||
em64t) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=nocona" ;; |
|
||||
*) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X8664_OPT" ;; |
|
||||
esac |
|
||||
|
|
@ -1,30 +0,0 @@ |
|||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# |
|
||||
# Filename: architecture/x86/gcc-options.in |
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||
# |
|
||||
# More information can be found in the files COPYING and README. |
|
||||
# |
|
||||
# This program is free software; you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU General Public License as published by |
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||
# GNU General Public License can be found in the file COPYING. |
|
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
case "$SDECFG_X86_OPT" in |
|
||||
generic) ;; |
|
||||
k6*) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT" |
|
||||
# workaround and should be removed when gcc 3.x got fixed ... |
|
||||
var_append GCC_WRAPPER_INSERT " " "-fno-branch-count-reg" |
|
||||
;; |
|
||||
pentium4) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT" |
|
||||
# workaround for gcc bug #15617 |
|
||||
var_append GCC_WRAPPER_INSERT " " "-mpreferred-stack-boundary=7" |
|
||||
;; |
|
||||
*) |
|
||||
var_append GCC_WRAPPER_INSERT " " "-march=$SDECFG_X86_OPT" ;; |
|
||||
esac |
|
||||
|
|