From 82375c336cb78838feda12d1501112c86a436d4c Mon Sep 17 00:00:00 2001 From: hugo Date: Wed, 10 Mar 2010 19:08:19 +0000 Subject: [PATCH] -Renamed GCC_CORE -> GCC -Remove stage7 --- stage0/install-1 | 4 +- stage0/packages-update | 3 +- stage1/packages-update | 2 +- stage2/packages-update | 2 +- stage2/stage2-install | 2 +- stage5/packages-update | 13 +++++++ stage5/stage5-install | 12 ++++++ stage7/README | 6 --- stage7/TODO | 3 -- stage7/cis-ac | 1 - stage7/cis-ac-nobuild | 1 - stage7/cis-avr-libc | 26 ------------- stage7/cis-avrdude | 20 ---------- stage7/cis-binutils | 24 ------------ stage7/cis-gcc1 | 45 ---------------------- stage7/cis-gcc2 | 30 --------------- stage7/cis-gdb | 20 ---------- stage7/cis-glibc | 53 -------------------------- stage7/cis-kernel | 77 -------------------------------------- stage7/cis-newlib | 26 ------------- stage7/packages-update | 37 ------------------ stage7/stage5-additions | 21 ----------- stage7/stage5-install-arm | 28 -------------- stage7/stage5-install-avr | 34 ----------------- stage7/stage5-install-geda | 25 ------------- stage7/stage5-install-ppc | 39 ------------------- 26 files changed, 31 insertions(+), 523 deletions(-) delete mode 100644 stage7/README delete mode 100644 stage7/TODO delete mode 120000 stage7/cis-ac delete mode 120000 stage7/cis-ac-nobuild delete mode 100755 stage7/cis-avr-libc delete mode 100755 stage7/cis-avrdude delete mode 100755 stage7/cis-binutils delete mode 100755 stage7/cis-gcc1 delete mode 100755 stage7/cis-gcc2 delete mode 100755 stage7/cis-gdb delete mode 100755 stage7/cis-glibc delete mode 100755 stage7/cis-kernel delete mode 100755 stage7/cis-newlib delete mode 100755 stage7/packages-update delete mode 100755 stage7/stage5-additions delete mode 100644 stage7/stage5-install-arm delete mode 100755 stage7/stage5-install-avr delete mode 100755 stage7/stage5-install-geda delete mode 100755 stage7/stage5-install-ppc diff --git a/stage0/install-1 b/stage0/install-1 index af1cd15..755a345 100755 --- a/stage0/install-1 +++ b/stage0/install-1 @@ -41,8 +41,8 @@ LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ --with-gmp=/cross-tools --with-ppl=/cross-tools" ipkg_cust ${BINUTILS} cis-binutils -ipkg ${GCC_CORE} cis-gcc-pass1 "${GCC_CORE}-pass1" +ipkg ${GCC} cis-gcc-pass1 "${GCC}-pass1" ipkg_cust ${EGLIBC} cis-eglibc -ipkg ${GCC_CORE} cis-gcc-pass2 "${GCC_CORE}-pass2" +ipkg ${GCC} cis-gcc-pass2 "${GCC}-pass2" exit $? diff --git a/stage0/packages-update b/stage0/packages-update index a9a33d6..7416d8c 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -27,8 +27,7 @@ fpkg -s "$(get_pkg_ver ${PPL})" ${PPL} \ "http://www.cs.unipr.it/ppl/Download/ftp/releases" fpkg ${CLOOG_PPL} "ftp://gcc.gnu.org/pub/gcc/infrastructure" fpkg_gnu ${BINUTILS} -fpkg_gnu ${GCC_CORE} "gcc/${GCC_CORE}" -#fpkg ${EGLIBC} "http://cross-lfs.org/files/packages/svn" +fpkg_gnu ${GCC} "gcc/${GCC}" fpkg_hv ${EGLIBC} fpkg_hv ${EGLIBC_PORTS} diff --git a/stage1/packages-update b/stage1/packages-update index 569db79..a4c47d8 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -22,7 +22,7 @@ lpkg 0 ${MPFR} lpkg 0 ${PPL} lpkg 0 ${CLOOG_PPL} lpkg 0 ${BINUTILS} -lpkg 0 ${GCC_CORE} +lpkg 0 ${GCC} lpkg 0 ${NCURSES} lpkg 0 ${FILE_PKG} lpkg 0 ${KERNEL} diff --git a/stage2/packages-update b/stage2/packages-update index d1a1f37..200e4a0 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -26,7 +26,7 @@ lpkg 0 ${MPFR} lpkg 0 ${PPL} lpkg 0 ${CLOOG_PPL} lpkg 0 ${BINUTILS} -lpkg 0 ${GCC_CORE} +lpkg 0 ${GCC} # These packages were already downloaded for stage1: lpkg 1 ${ZLIB} diff --git a/stage2/stage2-install b/stage2/stage2-install index c212cf6..5b4543b 100755 --- a/stage2/stage2-install +++ b/stage2/stage2-install @@ -58,7 +58,7 @@ CC="gcc -isystem /usr/include" \ CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include" \ CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include" \ - ipkg_cust ${GCC_CORE} cis-gcc \ + ipkg_cust ${GCC} cis-gcc \ --libexecdir=/usr/lib \ --enable-shared \ --enable-threads=posix \ diff --git a/stage5/packages-update b/stage5/packages-update index 866d189..0e50c20 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -229,4 +229,17 @@ fpkg_sf ${PCMANFM} fpkg -s "gnupg" ${GNUPG} "ftp://ftp.gnupg.org/gcrypt" +#fpkg_gnu ${AVR_GDB} +#fpkg ${AVRDUDE} "http://download.savannah.gnu.org/releases/avrdude" +#fpkg_mis ${SPLINT} "${SPLINT}.src" "http://splint.org/downloads" + +GEDA_BASE_URL=http://geda.seul.org/release/v$(get_pkg_ver_base ${LIBGEDA})/$(get_pkg_ver ${LIBGEDA}) + +#fpkg ${LIBGEDA} ${GEDA_BASE_URL} +#fpkg ${GEDA_SYMBOLS} ${GEDA_BASE_URL} +#fpkg ${GEDA_GSCHEM} ${GEDA_BASE_URL} +#fpkg ${GEDA_GNETLIST} ${GEDA_BASE_URL} +#fpkg ${GEDA_SYMCHECK} ${GEDA_BASE_URL} +#fpkg ${GEDA_GATTRIB} ${GEDA_BASE_URL} + exit $? diff --git a/stage5/stage5-install b/stage5/stage5-install index ba66112..0ecc3fa 100755 --- a/stage5/stage5-install +++ b/stage5/stage5-install @@ -273,6 +273,18 @@ ipkg_ac ${TRANSMISSION} "--disable-daemon" ipkg_ac ${GNUPG} "--libexecdir=/usr/lib" + + + +ipkg_ac ${LIBGEDA} +ipkg_ac ${GEDA_SYMBOLS} +ipkg_ac ${GEDA_GSCHEM} +ipkg_ac ${GEDA_GNETLIST} +ipkg_ac ${GEDA_SYMCHECK} +ipkg_ac ${GEDA_GATTRIB} + + + rscr mult "Performing post-install" cis-post-install exit $? diff --git a/stage7/README b/stage7/README deleted file mode 100644 index db4bd73..0000000 --- a/stage7/README +++ /dev/null @@ -1,6 +0,0 @@ - -Installation instructions -------------------------- - -1. ./stage5-install-avr -2. ./stage5-install-arm diff --git a/stage7/TODO b/stage7/TODO deleted file mode 100644 index 5e991c8..0000000 --- a/stage7/TODO +++ /dev/null @@ -1,3 +0,0 @@ - --Ajouter splint. --Ajouter l'installatuion des man pages de avr-libc et du manuel de avr-libc. diff --git a/stage7/cis-ac b/stage7/cis-ac deleted file mode 120000 index 9214a69..0000000 --- a/stage7/cis-ac +++ /dev/null @@ -1 +0,0 @@ -../stage2/cis-ac \ No newline at end of file diff --git a/stage7/cis-ac-nobuild b/stage7/cis-ac-nobuild deleted file mode 120000 index 06c3fe7..0000000 --- a/stage7/cis-ac-nobuild +++ /dev/null @@ -1 +0,0 @@ -../stage2/cis-ac-nobuild \ No newline at end of file diff --git a/stage7/cis-avr-libc b/stage7/cis-avr-libc deleted file mode 100755 index 57284d2..0000000 --- a/stage7/cis-avr-libc +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --host=${TARGET} \ - --prefix=${PREFIX} && -make && -make install && - -# Restore original CFLAGS and CXXFLAGS values. -restore_flags - -# Return last error -exit $? diff --git a/stage7/cis-avrdude b/stage7/cis-avrdude deleted file mode 100755 index 2035993..0000000 --- a/stage7/cis-avrdude +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --prefix=/usr \ - --sysconfdir=/etc && -make all && -make install - -# Return last error -exit $? diff --git a/stage7/cis-binutils b/stage7/cis-binutils deleted file mode 100755 index da05271..0000000 --- a/stage7/cis-binutils +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --target=${TARGET} \ - --prefix=${PREFIX} \ - --with-sysroot=${SYSROOT} && -make && -make install - -# Return last error -exit $? diff --git a/stage7/cis-gcc1 b/stage7/cis-gcc1 deleted file mode 100755 index de0b1c9..0000000 --- a/stage7/cis-gcc1 +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -# This is necessary so that the compiler is built without -# libc includes, which are not yet installed for this target. -#export CFLAGS="${CFLAGS} -Dinhibit_libc" - -#Fortunately, there are configuration options for GCC which tell it not -#to build 'libgcc_s.so'. The '--without-headers' option is supposed to -#take care of this, but its implementation is incomplete, so you must -#also configure with the '--with-newlib' option. While '--with-newlib' -#appears to mean "Use the Newlib C library", its effect is to tell the -#GCC build machinery, "Don't assume there is a C library available." - -#We also need to disable some of the libraries that would normally be -#built along with GCC, and specify that only the compiler for the C -#language is needed. - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --target=${TARGET} \ - --prefix=${PREFIX} \ - --with-sysroot=${SYSROOT} \ - --without-headers --with-newlib \ - --disable-shared \ - --disable-threads \ - --disable-libssp \ - --disable-libgomp \ - --disable-libmudflap \ - --enable-languages=c && -make all-gcc && -make install-gcc - -exit $? diff --git a/stage7/cis-gcc2 b/stage7/cis-gcc2 deleted file mode 100755 index 87330e9..0000000 --- a/stage7/cis-gcc2 +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --target=${TARGET} \ - --prefix=${PREFIX} \ - --without-dwarf2 \ - --without-stabs \ - --disable-libssp \ - --enable-languages=c && -make all && -make install && - -# Restore original CFLAGS and CXXFLAGS values. -restore_flags - -# Return last error -exit $? diff --git a/stage7/cis-gdb b/stage7/cis-gdb deleted file mode 100755 index 255dde4..0000000 --- a/stage7/cis-gdb +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --target=${TARGET} \ - --prefix=${PREFIX} && -make && -make install - -# Return last error -exit $? diff --git a/stage7/cis-glibc b/stage7/cis-glibc deleted file mode 100755 index 13ad8f6..0000000 --- a/stage7/cis-glibc +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -cd ${LFS_TMP}/${1} && - -# Configure options: -# --disable-profile -# Builds the libraries without profiling information. -# --enable-add-ons -# Use all the add-ons it finds. -# crypt and localdata are now part of glibc. -# --enable-kernel=2.x.x -# Compile the library for support of linux 2.6.x kernels. -# The kernel version specified must not be newer than the -# version of the kernel running on the build machine. -# --without-gd -# Prevents the build of the memusagestat program, which -# strangely enough insists on linking against the host's -# libraries (libgd, libpng, libz, and so forth). -cd ${LFS_TMP}/${1}-build && -BUILD_CC=gcc CC=${CROSS_COMPILE}gcc AR=${CROSS_COMPILE}ar RANLIB=${CROSS_COMPILE}ranlib AS=${CROSS_COMPILE}as LD=${CROSS_COMPILE}ld \ - ../${1}/configure \ - --prefix=/usr \ - --host=${TARGET} \ - --with-headers=${SYSROOT}/usr/include \ - --enable-add-ons \ - --enable-kernel=${GLIBC_KERNEL_VERSION} \ - --disable-profile \ - --without-gd \ - --without-cvs \ - --without-selinux && - -# --enable-threads=posix \ -# --enable-static-nss \ -# --enable-add-ons \ -# --disable-sanity-checks \ -# --without-__thread \ - -make && -make install_root=${SYSROOT} install - -# Return last error -exit $? diff --git a/stage7/cis-kernel b/stage7/cis-kernel deleted file mode 100755 index 00a4941..0000000 --- a/stage7/cis-kernel +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# The ARCH variable must be exported for this script -# eg. ARCH=powerpc - -# We don't compile anything, we only install headers -##################################################################unset CROSS_COMPILE && - -# Applying patches (if any) -apply_patches ${1} && - -# Move files to their final destination -mkdir -pv ${SYSROOT}/usr/src && -cp -a ${LFS_TMP}/${1} ${SYSROOT}/usr/src && - -cd ${SYSROOT}/usr/src && - -# Create the link only if it does not exist. Otherwise, the -# new link will be created inside kernel directory. -rm -fv linux && -ln -sfv ${1} linux && - -cd ${SYSROOT}/usr/src/${1} && - -# First step, install kernel API headers: -make mrproper && -make headers_check && -make INSTALL_HDR_PATH=dest headers_install && -mkdir -pv ${SYSROOT}/usr/include && -cp -rv dest/include/* ${SYSROOT}/usr/include && - -# Second, install HV kernel compilation script: -cat > ${SYSROOT}/usr/src/compile-kernel << "EOF" && -#!/bin/sh - -KERNEL_VERSION=$(basename $(pwd)) -DEST=/boot - -export ARCH=_ARCH_ -export CROSS_COMPILE=_CROSS_COMPILE_ -export SYSROOT=_SYSROOT_ - -KERNELMAKE="make -j 4" - -${KERNELMAKE} bzImage && - -if cat .config | grep "CONFIG_MODULES=y" 1> /dev/null 2>&1; then - ${KERNELMAKE} modules && - ${KERNELMAKE} INSTALL_MOD_PATH=${SYSROOT} modules_install -fi && - -cp arch/${ARCH}/boot/images/zImage.elf ${DEST}/vmlinuz-${KERNEL_VERSION} && -cp arch/${ARCH}/boot/images/zImage.elf ${DEST}/vmlinuz-latest && -cp System.map ${DEST}/System-${KERNEL_VERSION}.map && -cp .config ${DEST}/config-${KERNEL_VERSION} - -if [ $? -ne 0 ]; then - echo "*** Kernel compilation error ***." - exit 1 -fi - -exit 0 -EOF - -sed -i -e "s!_ARCH_!${ARCH}!g" ${SYSROOT}/usr/src/compile-kernel && -sed -i -e "s!_CROSS_COMPILE_!${CROSS_COMPILE}!g" ${SYSROOT}/usr/src/compile-kernel && -sed -i -e "s!_SYSROOT_!${SYSROOT}!g" ${SYSROOT}/usr/src/compile-kernel && - -chmod -v u+x ${SYSROOT}/usr/src/compile-kernel - -# Return last error -exit $? diff --git a/stage7/cis-newlib b/stage7/cis-newlib deleted file mode 100755 index 45f3650..0000000 --- a/stage7/cis-newlib +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# First argument of this script is the package name - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list - -# Applying patches (if any) -apply_patches ${1} && - -# Saves CFLAGS and CXXFLAGS, and clears them. -save_flags_no_optimizations - -cd ${LFS_TMP}/${1}-build && -../${1}/configure \ - --target=${TARGET} \ - --prefix=${PREFIX} && -make all && -make install && - -# Restore original CFLAGS and CXXFLAGS values. -restore_flags - -# Return last error -exit $? diff --git a/stage7/packages-update b/stage7/packages-update deleted file mode 100755 index fbad3af..0000000 --- a/stage7/packages-update +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# Must be defined before sourcing other files. -LFS_STAGE="stage5" - -# Reading system configuration informations, functions and package versions. -source ../functions -source ../functions-update -source ../packages-list - -update_packages_init - -# Begin - -lpkg 1 ${AVR_BINUTILS} -lpkg 1 ${ARM_BINUTILS} -lpkg 1 ${KERNEL} -lpkg 1 ${GLIBC} -lpkg 1 ${AVR_GCC_CORE} -lpkg 1 ${ARM_GCC_CORE} -fpkg ${AVR_LIBC} "http://download.savannah.gnu.org/releases/avr-libc" -fpkg ${NEWLIB} "ftp://sources.redhat.com/pub/newlib" -fpkg_gnu ${AVR_GDB} -fpkg ${AVRDUDE} "http://download.savannah.gnu.org/releases/avrdude" -fpkg_mis ${SPLINT} "${SPLINT}.src" "http://splint.org/downloads" - -GEDA_BASE_URL=http://geda.seul.org/release/v$(get_pkg_ver_base ${LIBGEDA})/$(get_pkg_ver ${LIBGEDA}) - -fpkg ${LIBGEDA} ${GEDA_BASE_URL} -fpkg ${GEDA_SYMBOLS} ${GEDA_BASE_URL} -fpkg ${GEDA_GSCHEM} ${GEDA_BASE_URL} -fpkg ${GEDA_GNETLIST} ${GEDA_BASE_URL} -fpkg ${GEDA_SYMCHECK} ${GEDA_BASE_URL} -fpkg ${GEDA_GATTRIB} ${GEDA_BASE_URL} - -# Return last error -exit $? diff --git a/stage7/stage5-additions b/stage7/stage5-additions deleted file mode 100755 index 5c1538b..0000000 --- a/stage7/stage5-additions +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage4" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage4 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -# Init log file -mkdir -p ${LFS_LOG_DIR} || exit 1 -if [ ! -f ${LFS_LOG_FILE} ]; then - touch ${LFS_LOG_FILE} || exit 1 -fi - -ipkg ${GDB} cis-gdb - -exit $? diff --git a/stage7/stage5-install-arm b/stage7/stage5-install-arm deleted file mode 100644 index 9dcb7c1..0000000 --- a/stage7/stage5-install-arm +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage5" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage5 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP=/mnt/hv-packages/tmp - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -init_log_file - -export TARGET="arm-elf" -export PREFIX="/usr/arm-elf" - -var_add_path "PATH" /etc/profile "${PREFIX}/bin" && -source /etc/profile && - -ipkg ${ARM_BINUTILS} cis-binutils -ipkg_mult ${ARM_GCC_CORE} cis-gcc1 "${GCC_CORE}-pass1" -ipkg ${NEWLIB} cis-newlib -ipkg_mult ${ARM_GCC_CORE} cis-gcc2 "${GCC_CORE}-pass2" -ipkg ${GDB} cis-gdb - -exit $? diff --git a/stage7/stage5-install-avr b/stage7/stage5-install-avr deleted file mode 100755 index 8cb4c7f..0000000 --- a/stage7/stage5-install-avr +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage5" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage5 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP="/tmp" - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -if [ "x${USER}" != "xroot" ]; then - echo "You must be the superuser to install hvlinux." - exit 1 -fi - -init_log_file - -export TARGET="avr" -export PREFIX="/usr/avr" - -var_add_path "PATH" /etc/profile "${PREFIX}/bin" && -source /etc/profile && - -ipkg ${AVR_BINUTILS} cis-binutils -ipkg_mult ${AVR_GCC_CORE} cis-gcc2 "${GCC_CORE}-pass2" -ipkg ${AVR_LIBC} cis-avr-libc -ipkg ${AVRDUDE} cis-avrdude -ipkg ${SPLINT} cis-ac-nobuild -ipkg ${AVR_GDB} cis-gdb - -exit $? diff --git a/stage7/stage5-install-geda b/stage7/stage5-install-geda deleted file mode 100755 index 6ee68d5..0000000 --- a/stage7/stage5-install-geda +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage5" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage5 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP="$(dirname $(dirname $(pwd)))/packages/tmp" - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -init_log_file - -if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then - ipkg_ac ${LIBGEDA} - ipkg_ac ${GEDA_SYMBOLS} - ipkg_ac ${GEDA_GSCHEM} - ipkg_ac ${GEDA_GNETLIST} - ipkg_ac ${GEDA_SYMCHECK} - ipkg_ac ${GEDA_GATTRIB} -fi - -exit $? diff --git a/stage7/stage5-install-ppc b/stage7/stage5-install-ppc deleted file mode 100755 index 8d80feb..0000000 --- a/stage7/stage5-install-ppc +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -export LFS_PKG_DIR="$(dirname $(dirname $(pwd)))/packages/stage5" -export LFS_LOG_DIR=/var/log/hvlinux-install/stage5 -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP=/tmp - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -init_log_file - -export CFLAGS="-pipe -O2" -export CXXFLAGS=${CFLAGS} - -export ARCH="powerpc" -export TARGET="powerpc-405-linux-gnu" -export PREFIX="/usr/powerpc-405" -export SYSROOT=${PREFIX}/sysroot -export CROSS_COMPILE=${TARGET}- - -var_add_path "PATH" /etc/profile "${PREFIX}/bin" && -source /etc/profile && - -ipkg ${BINUTILS} cis-binutils -ipkg_mult ${GCC_CORE} cis-gcc1 "${GCC_CORE}-pass1" -ipkg ${KERNEL} cis-kernel -ipkg ${GLIBC} cis-glibc - -exit 1 -exit 1 - -ipkg_mult ${GCC_CORE} cis-gcc2 "${GCC_CORE}-pass2" -ipkg ${GDB} cis-gdb - -exit $? -- 2.20.1