git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1461 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,5 @@ |
|||||
|
arch_sizeof_short=2 |
||||
|
arch_sizeof_int=4 |
||||
|
arch_sizeof_long=4 |
||||
|
arch_sizeof_long_long=8 |
||||
|
arch_bigendian=yes |
@ -0,0 +1,12 @@ |
|||||
|
|
||||
|
case "$ROCKCFG_HPPA_BITS" in |
||||
|
32) |
||||
|
arch_machine=hppa |
||||
|
arch_target="hppa-unknown-linux-gnu" |
||||
|
arch_sizeof_char_p=4 ;; |
||||
|
64) |
||||
|
arch_machine=hppa |
||||
|
arch_target="hppa64-unknown-linux-gnu" |
||||
|
arch_sizeof_char_p=8 ;; |
||||
|
esac |
||||
|
|
@ -0,0 +1,27 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/architecture/sparc/config.hlp |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
# |
||||
|
# 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; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
ROCKCFG_HPPA_BITS |
||||
|
Controls whether to generate 32-bit or 64-bit code. |
||||
|
|
||||
|
ROCKCFG_HPPA_OPT |
||||
|
Please select the CPU you want to optimise for. |
@ -0,0 +1,37 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/architecture/sparc/config.in |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
# |
||||
|
# 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; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
# Advanced SPARC options and 64 bit work by Rene Rebe |
||||
|
|
||||
|
# General architecture switch |
||||
|
choice ROCKCFG_HPPA_BITS 32 \ |
||||
|
32 "build 32 bit code" \ |
||||
|
64 "build 64 bit code" |
||||
|
|
||||
|
# Now the optimisations that result from the options above |
||||
|
choice ROCKCFG_HPPA_OPT generic \ |
||||
|
generic "No special optimisation" |
||||
|
|
||||
|
if [ "$ROCKCFG_HPPA_OPT" != generic ] ; then |
||||
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_HPPA_OPT" |
||||
|
fi |
||||
|
|
@ -0,0 +1,5 @@ |
|||||
|
|
||||
|
if [ "$ROCKCFG_SPARC_OPT" != "generic" ] ; then |
||||
|
var_append GCC_WRAPPER_INSERT " " "-mcpu=$ROCKCFG_SPARC_OPT" |
||||
|
fi |
||||
|
|
@ -0,0 +1,7 @@ |
|||||
|
|
||||
|
# TO BE DONE |
||||
|
|
||||
|
include(`kernel-common.conf') |
||||
|
include(`kernel-scsi.conf') |
||||
|
include(`kernel-net.conf') |
||||
|
include(`kernel-fs.conf') |
@ -0,0 +1,24 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/architecture/sparc/preconfig.in |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
||||
|
# |
||||
|
# 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; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
CFGTEMP_ARCHLIST="$CFGTEMP_ARCHLIST hppa Generic_HPPA_Workstations" |
||||
|
|