diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-11 03:04:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-11 03:04:18 +0000 |
commit | eb33ef8a87af3e8be03d89b80f4fd5a8fbfe70a0 (patch) | |
tree | 21f77540da723d46e170eb00e07d4f0f03bf719c /extra/Configs/Config.sh | |
parent | 1664f73efa9499cca3c3287cf5b7888fde8b832e (diff) |
remove unused ARCH_LDFLAGS and touchup broken whitespace
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r-- | extra/Configs/Config.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 25e5dc283..fa2159636 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -13,14 +13,11 @@ config HAVE_ELF config ARCH_CFLAGS string -config ARCH_LDFLAGS - string - config LIBGCC_CFLAGS string config HAVE_DOT_HIDDEN - bool + bool default y config ARCH_SUPPORTS_BIG_ENDIAN @@ -64,4 +61,3 @@ config CONFIG_SH4 bool "SH4" endchoice - |