GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
toolchain.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure destination dir exists if installing into empty $ROOT as pointed ou...
Mike Frysinger
2006-06-17
1
-1
/
+5
*
dont try to install fixlafiles.awk/fix_libtool_files.sh when cross-compiling ...
Mike Frysinger
2006-06-16
1
-4
/
+6
*
make sure compile runs in C locale so we can messages #136484
Mike Frysinger
2006-06-12
1
-2
/
+2
*
whitespace/quoting touchups
Mike Frysinger
2006-06-11
1
-7
/
+7
*
slot the libtool hack files
Mike Frysinger
2006-06-11
1
-3
/
+7
*
make the libc.so locating code more robust by taking a page from the sandbox ...
Mike Frysinger
2006-06-10
1
-13
/
+10
*
Apply whitespace checks from repoman to eclasses.
Sven Wegener
2006-06-10
1
-46
/
+46
*
Don't alias the fortran compilers.
Jeremy Huddleston
2006-06-09
1
-6
/
+7
*
Put ip32r10k into IUSE.
Joshua Kinard
2006-05-29
1
-2
/
+2
*
Multilib fixes for eselect-compiler. Now we update the secondary targets as ...
Jeremy Huddleston
2006-05-27
1
-37
/
+40
*
revert r1.275 for #130772 as it causes more problems that it solves
Mike Frysinger
2006-05-26
1
-17
/
+2
*
fix get_make_var() when people are using -w in make options #133822 by Anthon...
Mike Frysinger
2006-05-23
1
-2
/
+2
*
check for libstdc++.so rather than libstdc++.la
Mike Frysinger
2006-05-15
1
-3
/
+7
*
make sure fixlafiles.awk-no_gcc_la is named properly
Mike Frysinger
2006-05-11
1
-2
/
+2
*
cut libstdc++.la for gcc-4.0+
Mike Frysinger
2006-05-10
1
-2
/
+7
*
Disable only pie, as we have ssp now.
Diego Elio Pettenò
2006-04-30
1
-7
/
+7
*
delay stripping until after we moved all of the gcc binaries around
Mike Frysinger
2006-04-29
1
-5
/
+5
*
redo how we enable protoize so it works with cross-compiling/bsd/etc... #130962
Mike Frysinger
2006-04-27
1
-13
/
+5
*
if user uninstalls active toolchain, make sure we switch to a valid one #130772
Mike Frysinger
2006-04-25
1
-2
/
+17
*
make sure fix_libtool_files.sh and fixlafiles.awk are never uninstalled #87647
Mike Frysinger
2006-04-25
1
-3
/
+4
*
match -gnueabi as well when finding needed libc
Mike Frysinger
2006-04-23
1
-2
/
+2
*
Check against CTARGET rather than CHOST to disable protoize until it's fixed.
Diego Elio Pettenò
2006-04-19
1
-2
/
+2
*
Blacklist freebsd again for hardened support (for now) as $gcc_cv_ld_pie is u...
Diego Elio Pettenò
2006-04-17
1
-2
/
+6
*
remove hardened freebsd hack in favor of a generic solution
Mike Frysinger
2006-04-17
1
-2
/
+2
*
Disable both PIE and SSP on FreeBSD.
Diego Elio Pettenò
2006-04-16
1
-1
/
+3
*
Don't build protoize for FreeBSD as it assumes things that might not be true....
Diego Elio Pettenò
2006-04-16
1
-10
/
+12
*
fix head/tails issues in more files #124578
Mike Frysinger
2006-04-16
1
-2
/
+2
*
update HOMEPAGE #129653 by Salah Coronya
Mike Frysinger
2006-04-13
1
-2
/
+2
*
only warn about fix_libtool_files.sh when doing a native build
Mike Frysinger
2006-04-12
1
-5
/
+7
*
Build protoize by default (bug #126350) and fix building gcc 4.1/4.2 snapshot...
Mark Loeser
2006-04-11
1
-1
/
+26
*
default multilib support to on for everyone but linux targets #126823
Mike Frysinger
2006-04-10
1
-3
/
+3
*
drop o32 libpath
Mike Frysinger
2006-04-10
1
-2
/
+2
*
create CTARGET-cpp names as well
Mike Frysinger
2006-04-06
1
-3
/
+3
*
fix gcc_movelibs() multilib installs by delying the removal of dirs until the...
Mike Frysinger
2006-04-02
1
-3
/
+12
*
add some more error checking when installing files
Mike Frysinger
2006-04-02
1
-5
/
+6
*
fix split-debug support when installing a cross-compiler
Mike Frysinger
2006-04-02
1
-3
/
+3
*
remove some old notes and old dodir calls
Mike Frysinger
2006-04-02
1
-6
/
+1
*
cleanup spec generation and fix how we get the value of XGCC
Mike Frysinger
2006-04-02
1
-104
/
+47
*
Replace has_hardened with (in this case) gcc-specs-ssp - bug #128023
Kevin F. Quinn
2006-03-30
1
-2
/
+2
*
dont build doxygen docs unless USE=doc
Mike Frysinger
2006-03-24
1
-3
/
+3
*
fix should_we_gcc_config/should_we_eselect_compiler and add some comments to ...
Mike Frysinger
2006-03-23
1
-3
/
+7
*
Apply whitespace checks from repoman to eclasses.
Sven Wegener
2006-03-18
1
-2
/
+2
*
Separated gcc-config / eselect compiler specific code rather than handle it i...
Jeremy Huddleston
2006-03-16
1
-81
/
+111
*
scan for newer ssp symbols as well as old in libc
Mike Frysinger
2006-03-10
1
-8
/
+15
*
quote $WORKDIR, add hardened back to IUSE for everyone, and update gcc-upgrad...
Mike Frysinger
2006-03-07
1
-31
/
+26
*
force ssp support into libc, add a wrapper for version_is_at_least so we dont...
Mike Frysinger
2006-03-07
1
-10
/
+33
*
add support for obj-c++ and disable libssp
Mike Frysinger
2006-03-04
1
-7
/
+19
*
Add changes to make branding work with >=gcc-4.1.0
Mark Loeser
2006-03-03
1
-6
/
+14
*
add multislot to IUSE for all gcc packages
Mike Frysinger
2006-01-18
1
-2
/
+4
*
only add mudflap configure options with >=gcc-4
Mike Frysinger
2006-01-15
1
-2
/
+4
[next]