Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
ceb348cccf
6 changed files with 138 additions and 0 deletions
  1. +5
    -0
      package/clifford/avr-binutils/avr-binutils.conf
  2. +40
    -0
      package/clifford/avr-binutils/avr-binutils.desc
  3. +8
    -0
      package/clifford/avr-gcc/avr-gcc.conf
  4. +40
    -0
      package/clifford/avr-gcc/avr-gcc.desc
  5. +3
    -0
      package/clifford/avr-libc/avr-libc.conf
  6. +42
    -0
      package/clifford/avr-libc/avr-libc.desc

+ 5
- 0
package/clifford/avr-binutils/avr-binutils.conf

@ -0,0 +1,5 @@
unset CFLAGS CXXFLAGS
confopt="--target=avr --prefix=/usr"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/(share/)?info/.*,$builddir/dummy,'"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/(share/)?locale/.*,$builddir/dummy,'"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/lib/(\\./)*libiberty.a\$,$builddir/dummy,'"

+ 40
- 0
package/clifford/avr-binutils/avr-binutils.desc

@ -0,0 +1,40 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avr/avr-binutils/avr-binutils.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Cross binutils for AVR microcontroller
[T] These are the GNU binutils. These are utilities of use when dealing
[T] with object files.
[A] The GNU Project <gnu@gnu.org>
[M] Clifford Wolf <clifford@clifford.at>
[C] extra/development
[L] GPL
[S] Stable
[V] 2.19.1
[P] X --?--5---9 206.701
[D] 3462233732 binutils-2.19.1.tar.bz2 http://ftp.gnu.org/gnu/binutils/

+ 8
- 0
package/clifford/avr-gcc/avr-gcc.conf

@ -0,0 +1,8 @@
unset CFLAGS CXXFLAGS
configscript="../configure"
preconf="mkdir -p objdir; cd objdir"
confopt="--target=avr --disable-libssp --enable-languages=c,c++ --prefix=/usr"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/(share/)?info/.*,$builddir/dummy,'"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/(share/)?man/man7/.*,$builddir/dummy,'"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/(share/)?locale/.*,$builddir/dummy,'"
var_append INSTALL_WRAPPER_FILTER "|" "sed -r 's,.*usr/lib/(\\./)*libiberty.a\$,$builddir/dummy,'"

+ 40
- 0
package/clifford/avr-gcc/avr-gcc.desc

@ -0,0 +1,40 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avr/avr-gcc/avr-gcc.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Cross compiler for AVR microcontroller
[T] This package contains the GNU Compiler Collection. It includes compilers
[T] for the languages C, C++, Objective C, Fortran 77, Java and others ...
[A] The GNU Project <gnu@gnu.org>
[M] Clifford Wolf <clifford@clifford.at>
[C] extra/development
[L] GPL
[S] Stable
[V] 4.4.1
[P] X --?--5---9 206.702
[D] 1407751076 gcc-4.4.1.tar.bz2 http://ftp.gnu.org/gnu/gcc/gcc-4.4.1/

+ 3
- 0
package/clifford/avr-libc/avr-libc.conf

@ -0,0 +1,3 @@
export CC=avr-gcc CXX=avr-g++
unset CFLAGS CXXFLAGS AS AR RANLIB
confopt='--build=`./config.guess` --host=avr --prefix=/usr'

+ 42
- 0
package/clifford/avr-libc/avr-libc.desc

@ -0,0 +1,42 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avr/avr-gcc/avr-gcc.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A C library for AVR microcontrollers
[T] AVR Libc is a Free Software project whose goal is to provide a high quality
[T] C library for use with GCC on Atmel AVR microcontrollers.
[U] http://www.nongnu.org/avr-libc/
[A] The GNU Project <gnu@gnu.org>
[M] Clifford Wolf <clifford@clifford.at>
[C] extra/development
[L] GPL
[S] Stable
[V] 1.6.7
[P] X --?--5---9 206.703
[D] 1140112822 avr-libc-1.6.7.tar.bz2 http://mirror.lihnidos.org/GNU/savannah/avr-libc/

Loading…
Cancel
Save