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.sh64 | |
parent | 1664f73efa9499cca3c3287cf5b7888fde8b832e (diff) |
remove unused ARCH_LDFLAGS and touchup broken whitespace
Diffstat (limited to 'extra/Configs/Config.sh64')
-rw-r--r-- | extra/Configs/Config.sh64 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/Configs/Config.sh64 b/extra/Configs/Config.sh64 index 4bdaf9d06..3c3ed9d8e 100644 --- a/extra/Configs/Config.sh64 +++ b/extra/Configs/Config.sh64 @@ -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 @@ -49,4 +46,3 @@ config CONFIG_SH5 bool "SH5" endchoice - |