Bernhard Reutner-Fischer
|
3afa034815
- fix keyword "depends on"
|
16 years ago |
Bernhard Reutner-Fischer
|
bde001033c
- wrap superlong lines
|
17 years ago |
Bernhard Reutner-Fischer
|
bce5bba7a0
- add C99 floating point environment, rounding and exception handling functions
|
17 years ago |
Mike Frysinger
|
d1746ec9ad
default to pulling kernel headers from the system install
|
17 years ago |
Mike Frysinger
|
21b383c617
for now, dont allow mmu users to select file format
|
18 years ago |
Mike Frysinger
|
08e377aab1
we just want the kernel headers, not the whole kernel source ... so people may need to update their paths slightly
|
18 years ago |
Mike Frysinger
|
8f31721552
disable LDSO when FLAT format is selected
|
18 years ago |
Mike Frysinger
|
e1d59aed55
create new menu so people can select what format they wish to build uClibc
|
18 years ago |
Mike Frysinger
|
701f87d8d1
update MMU config options to utilize USE_MMU instead of HAS_MMU
|
18 years ago |
Mike Frysinger
|
010301e968
tweak the idea between having a MMU and actually using it
|
18 years ago |
Mike Frysinger
|
aa5490a851
improve MMU selection a little to be less confusing
|
18 years ago |
Mike Frysinger
|
ea0f380daa
simplify endian config/selection
|
18 years ago |
Mike Frysinger
|
9a22815930
didnt mean to commit the FENV option just yet
|
19 years ago |
Mike Frysinger
|
d4b5778bf8
s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as pointed out by Joseph S. Myers
|
19 years ago |
Peter S. Mazinger
|
010e71eb37
Get rid of *_SYMBOL_PREFIX
|
19 years ago |
Mike Frysinger
|
ab27802e19
change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C namespace
|
19 years ago |
Mike Frysinger
|
eb33ef8a87
remove unused ARCH_LDFLAGS and touchup broken whitespace
|
19 years ago |
Peter S. Mazinger
|
6752b1ac52
frv seems to be an exception having no MMU, but using ldso
|
19 years ago |
Peter S. Mazinger
|
94a757fe28
ARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSO
|
19 years ago |
Mike Frysinger
|
56f0e6a5df
move the compiler flags WARNINGS option
|
19 years ago |
Eric Andersen
|
338237994a
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
|
21 years ago |
Eric Andersen
|
76374f68fb
Fixup selection of endianness, since select does not work on choice
|
21 years ago |
Manuel Novoa III
|
906eb2c070
Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
|
21 years ago |
Eric Andersen
|
b09209baf0
Do not provide a default for endianness. This needs to be selected
|
21 years ago |
Eric Andersen
|
f8a3fa0247
Rework the config system. Better utilize the Kconfig language
|
21 years ago |
Aaron Lehmann
|
6d3b79787e
fix typo
|
22 years ago |
Eric Andersen
|
f149abb890
Large cleanup patch, based in large part on a patch from
|
22 years ago |
Eric Andersen
|
d3181d1814
Update doc reference
|
22 years ago |
Eric Andersen
|
38b7727671
Add missing blank line
|
22 years ago |
Miles Bader
|
02673a6d9b
(UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using it
|
22 years ago |