Peter Jin
5086175f29
allow sha1 hash checking command to be configured
2020-03-07 20:55:08 -05:00
Rich Felker
b3970874c3
add some more things you can turn off to config.mak.dist examples
2020-02-02 21:24:08 -05:00
Rich Felker
a00f88f20e
clarify that --enable-languages=c,c++ is default in config.mak.dist
2020-02-02 21:21:18 -05:00
Rich Felker
2954bf4b6d
remove --disable-multilib from config.mak.dist example
...
this is now mandatory and always passed to configure
2020-02-02 21:19:25 -05:00
Patrick Oppenlander
6a21939e2b
remove spurious hash marks from documentation
2017-10-19 19:42:21 -04:00
Rich Felker
5c37199dd3
allow using programs over than wget to download sources
...
based on patch by Michael Forney, but using a plain variable without
without the need for $(call ...). I used a different name for the
variable so that it won't break if anyone has an HTTP_GET variable for
use with the original patch in their config.mak.
2016-12-14 23:42:27 -05:00
Michael Forney
53dd1fbd2c
Use $(CURDIR) instead of $(PWD) in Makefile
...
Some shells (in particular ksh) don't export PWD by default, so it
doesn't end up as a make variable.
2016-12-14 23:32:32 -05:00
Szabolcs Nagy
59de5df535
add optional isl support for advanced loop optimizations
...
isl-0.15 does not work before gcc-5.3.0, for older gcc try isl-0.14.1
2016-05-22 23:54:39 +00:00
Rich Felker
03bd65562a
litecross: build target config logic into the makefile
...
leaving necessary configuration options for certain targets to the
user is error-prone and inconvenient. instead of configuration for
exact target string matchs in the sample config.mak, provide general
logic in the makefile itself which should cover all variants as well.
2016-05-19 03:15:32 +00:00
Rich Felker
0b3c60ceeb
document suppression of kernel headers in sample config.mak
2016-05-14 05:39:05 +00:00
Rich Felker
4afd97ae89
add config example for keeping build path out of output debug info
2016-05-04 03:37:56 +00:00
Rich Felker
5df79ffdbf
add config.mak.dist example for static-linked cross toolchain
2016-05-02 19:43:47 +00:00
Rich Felker
dd00bd7925
add small build (no debug, etc.) example to config.mak.dist
2016-05-02 19:24:49 +00:00
Rich Felker
d02af99f00
remove obsolete/broken texinfo suppression example from config.mak.dist
2016-05-02 19:22:36 +00:00
Rich Felker
bfde1aeb9b
add info about using pre-installed gmp/mpc/mpfr to config.mak.dist
2016-05-02 19:21:46 +00:00
Rich Felker
7ed2e2c6a0
fix sample config for disabling makeinfo
2016-05-02 05:38:34 +00:00
Rich Felker
ee1ebda23e
overhaul build process with litecross, next-gen top-level makefile
2016-05-01 05:36:28 +00:00
Rich Felker
ea4a0ce03b
update documentation with better instructions, added presets
2015-11-18 22:50:22 +00:00
Rich Felker
d2f59c98d6
remove lto from gcc language list in sample config
...
afaik explicitly including lto is not necessary, and including it
breaks older gcc versions.
2015-11-10 00:05:12 +00:00
Rich Felker
6c4e6003f9
move some gcc configure options from Makefile to config
...
there is no reason to hard-code --disable-libquadmath or
--disable-decimal-float; some users may want these features.
2015-11-10 00:02:34 +00:00
Rich Felker
3fb6709806
add support for last GPLv2 binutils version (git snapshot)
...
patch set consists of:
0001 static pie support (--no-dynamic-linker)
0006 avoid erroring out the build when docs can't be built
0007 add sh symbol@PCREL support to gas
example configuration is added to config.mak.dist too.
2015-11-06 06:44:16 +00:00
Rich Felker
eeaae9e133
update gcc defaultpie patch to be switchable at configure time
...
the sample config.mak.dist is also updated to show usage.
2015-11-05 23:37:39 +00:00
Rich Felker
73e57bee7d
improve sample config.mak
2015-09-13 04:17:08 +00:00
Rich Felker
596e008012
initial check-in
2015-08-25 19:32:46 +00:00