- Timestamp:
- Feb 21, 2006, 2:08:15 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6d825d4
- Parents:
- a7d67ca
- Location:
- scripts/scripts/plfs-configs
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/plfs-configs/plfs-config-arm-softfloat
ra7d67ca re2fb98d 101 101 export USE_SANITISED_HEADERS=Y 102 102 103 # SYSROOT OPTIONS 104 #---------------- 105 # Set to Y to do a sysrooted build. 106 # Sysroot will be ${LFS} 107 export USE_SYSROOT=Y 108 103 109 # GCC 104 110 #----- … … 122 128 # Are we building a multi-arch toolchain 123 129 export MULTIARCH=N 130 131 # Dont build shared libgcc prior to main glibc build 132 export NO_GCC_EH=Y 124 133 125 134 # MISC -
scripts/scripts/plfs-configs/plfs-config-hypersparc
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-i686-lfs-5.1.1
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=N 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-m68k-lfs-5.1.1
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=N 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-mips64el
ra7d67ca re2fb98d 101 101 # Set to Y to do a sysrooted build. 102 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT= Y103 export USE_SYSROOT=N 104 104 105 105 # GCC … … 124 124 # Are we building a multi-arch toolchain 125 125 export MULTIARCH=Y 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 126 129 127 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-mips64el-n32-uniarch
ra7d67ca re2fb98d 125 125 export MULTIARCH=N 126 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 129 127 130 # MISC 128 131 #------ -
scripts/scripts/plfs-configs/plfs-config-powerpc64
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=Y 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-ppc750
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-sparc64
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=Y 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-sparcv9
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-x86-native
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=N 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-config-x86_64-native
ra7d67ca re2fb98d 97 97 export USE_SANITISED_HEADERS=Y 98 98 99 # SYSROOT OPTIONS 100 #---------------- 101 # Set to Y to do a sysrooted build. 102 # Sysroot will be ${LFS} 103 export USE_SYSROOT=N 104 99 105 # GCC 100 106 #----- … … 118 124 # Are we building a multi-arch toolchain 119 125 export MULTIARCH=Y 126 127 # Dont build shared libgcc prior to main glibc build 128 export NO_GCC_EH=Y 120 129 121 130 # MISC -
scripts/scripts/plfs-configs/plfs-packages-20060112
ra7d67ca re2fb98d 21 21 export BASH_VER=3.0 22 22 export BIN86_VER=0.16.11 23 export BINUTILS_VER=2.16. 1# can be either FSF or HJL Binutils23 export BINUTILS_VER=2.16.91.0.5 # can be either FSF or HJL Binutils 24 24 export BISON_VER=2.1 25 25 export BZIP2_VER=1.0.3 … … 45 45 export IPROUTE2_VER=050816 46 46 export KBD_VER=1.12 # chapter 6 47 export KERNEL_VER=2.6.1 1-ac747 export KERNEL_VER=2.6.15 48 48 export LESS_VER=385 # chapter 6 49 49 export LFS_BS_VER=3.2.2 # chapter 6 … … 80 80 export TCL_VER=8.4.11 81 81 export TEXINFO_VER=4.8 82 export UDEV_VER=0 7682 export UDEV_VER=080 83 83 export UTILLINUX_VER=2.12r 84 84 export VIM_VER=6.4 # chapter 6
Note:
See TracChangeset
for help on using the changeset viewer.