Browse Source

architecture: moved */gcc-options.in to gcc package

karasz/new-early
Alejandro Mery 16 years ago
committed by Alejandro Mery
parent
commit
b6e06ab020
14 changed files with 0 additions and 298 deletions
  1. +0
    -18
      architecture/alpha/gcc-options.in
  2. +0
    -20
      architecture/arm/gcc-options.in
  3. +0
    -18
      architecture/hppa/gcc-options.in
  4. +0
    -18
      architecture/hppa64/gcc-options.in
  5. +0
    -18
      architecture/mips/gcc-options.in
  6. +0
    -18
      architecture/mips64/gcc-options.in
  7. +0
    -21
      architecture/powerpc/gcc-options.in
  8. +0
    -20
      architecture/powerpc64/gcc-options.in
  9. +0
    -26
      architecture/sh/gcc-options.in
  10. +0
    -23
      architecture/sh64/gcc-options.in
  11. +0
    -26
      architecture/sparc/gcc-options.in
  12. +0
    -20
      architecture/sparc64/gcc-options.in
  13. +0
    -22
      architecture/x86-64/gcc-options.in
  14. +0
    -30
      architecture/x86/gcc-options.in

+ 0
- 18
architecture/alpha/gcc-options.in

@ -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

+ 0
- 20
architecture/arm/gcc-options.in

@ -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__"

+ 0
- 18
architecture/hppa/gcc-options.in

@ -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

+ 0
- 18
architecture/hppa64/gcc-options.in

@ -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

+ 0
- 18
architecture/mips/gcc-options.in

@ -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

+ 0
- 18
architecture/mips64/gcc-options.in

@ -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

+ 0
- 21
architecture/powerpc/gcc-options.in

@ -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

+ 0
- 20
architecture/powerpc64/gcc-options.in

@ -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

+ 0
- 26
architecture/sh/gcc-options.in

@ -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

+ 0
- 23
architecture/sh64/gcc-options.in

@ -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

+ 0
- 26
architecture/sparc/gcc-options.in

@ -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

+ 0
- 20
architecture/sparc64/gcc-options.in

@ -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

+ 0
- 22
architecture/x86-64/gcc-options.in

@ -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

+ 0
- 30
architecture/x86/gcc-options.in

@ -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

Loading…
Cancel
Save