diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:06:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 11:06:56 +0000 |
commit | 0c16c17f539ccbc91d4dd1ea5168e7beb390fa5d (patch) | |
tree | edef4087d4c0e90fee1f14bb1014c9348cd2af13 /toolchain/gcc/gcc-uclibc-4.x.mk | |
parent | fdcde6faedc015ffd8568de023eb3b5cfd00f901 (diff) |
- start to think about GNU/hurd support.
Not yet functional. Help welcome
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-4.x.mk')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-4.x.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 0c6636c23..e646c515e 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -137,6 +137,9 @@ ifneq ($(BR2_ENABLE_LOCALE),y) GCC_ENABLE_CLOCALE:=--disable-clocale endif +ifeq ($(BR2_KERNEL_HURD),y) +EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers +endif $(DL_DIR)/$(GCC_SOURCE): mkdir -p $(DL_DIR) |