diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-22 18:06:55 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:46 -0500 |
commit | 8145095cd8fd466980ea6401f26a52e462275222 (patch) | |
tree | c6f8642c2137f5fb053f018185cfd15ff7a34c00 /arch/mips/configs | |
parent | 219ac73a7ad17a3ae3d5c07b4fc8c280645a073a (diff) |
[MIPS] Remove CONFIG_BUILD_ELF64.
This option is no longer usable with supported compilers. It will be
replaced by usage of -msym32 in a separate patch.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/bigsur_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/ip27_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/ip32_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/ocelot_c_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/ocelot_g_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/sb1250-swarm_defconfig | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index 6fd353779813..e39f1da62976 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
@@ -247,7 +247,6 @@ CONFIG_MMU=y | |||
247 | # | 247 | # |
248 | CONFIG_BINFMT_ELF=y | 248 | CONFIG_BINFMT_ELF=y |
249 | # CONFIG_BINFMT_MISC is not set | 249 | # CONFIG_BINFMT_MISC is not set |
250 | CONFIG_BUILD_ELF64=y | ||
251 | CONFIG_MIPS32_COMPAT=y | 250 | CONFIG_MIPS32_COMPAT=y |
252 | CONFIG_COMPAT=y | 251 | CONFIG_COMPAT=y |
253 | CONFIG_MIPS32_O32=y | 252 | CONFIG_MIPS32_O32=y |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 58c22cd344d3..009ec9d97738 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -234,7 +234,6 @@ CONFIG_MMU=y | |||
234 | # | 234 | # |
235 | CONFIG_BINFMT_ELF=y | 235 | CONFIG_BINFMT_ELF=y |
236 | # CONFIG_BINFMT_MISC is not set | 236 | # CONFIG_BINFMT_MISC is not set |
237 | CONFIG_BUILD_ELF64=y | ||
238 | CONFIG_MIPS32_COMPAT=y | 237 | CONFIG_MIPS32_COMPAT=y |
239 | CONFIG_COMPAT=y | 238 | CONFIG_COMPAT=y |
240 | CONFIG_MIPS32_O32=y | 239 | CONFIG_MIPS32_O32=y |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index a34db6e82b27..54afa2556f5f 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -224,7 +224,6 @@ CONFIG_MMU=y | |||
224 | # | 224 | # |
225 | CONFIG_BINFMT_ELF=y | 225 | CONFIG_BINFMT_ELF=y |
226 | CONFIG_BINFMT_MISC=y | 226 | CONFIG_BINFMT_MISC=y |
227 | # CONFIG_BUILD_ELF64 is not set | ||
228 | CONFIG_MIPS32_COMPAT=y | 227 | CONFIG_MIPS32_COMPAT=y |
229 | CONFIG_COMPAT=y | 228 | CONFIG_COMPAT=y |
230 | CONFIG_MIPS32_O32=y | 229 | CONFIG_MIPS32_O32=y |
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index e8d6bb3551a2..a8fc4c6c10c9 100644 --- a/arch/mips/configs/ocelot_c_defconfig +++ b/arch/mips/configs/ocelot_c_defconfig | |||
@@ -220,7 +220,6 @@ CONFIG_MMU=y | |||
220 | # | 220 | # |
221 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
222 | # CONFIG_BINFMT_MISC is not set | 222 | # CONFIG_BINFMT_MISC is not set |
223 | # CONFIG_BUILD_ELF64 is not set | ||
224 | CONFIG_MIPS32_COMPAT=y | 223 | CONFIG_MIPS32_COMPAT=y |
225 | CONFIG_COMPAT=y | 224 | CONFIG_COMPAT=y |
226 | CONFIG_MIPS32_O32=y | 225 | CONFIG_MIPS32_O32=y |
diff --git a/arch/mips/configs/ocelot_g_defconfig b/arch/mips/configs/ocelot_g_defconfig index b6126ad4d06d..dab6c896fbb7 100644 --- a/arch/mips/configs/ocelot_g_defconfig +++ b/arch/mips/configs/ocelot_g_defconfig | |||
@@ -223,7 +223,6 @@ CONFIG_MMU=y | |||
223 | # | 223 | # |
224 | CONFIG_BINFMT_ELF=y | 224 | CONFIG_BINFMT_ELF=y |
225 | # CONFIG_BINFMT_MISC is not set | 225 | # CONFIG_BINFMT_MISC is not set |
226 | # CONFIG_BUILD_ELF64 is not set | ||
227 | CONFIG_MIPS32_COMPAT=y | 226 | CONFIG_MIPS32_COMPAT=y |
228 | CONFIG_COMPAT=y | 227 | CONFIG_COMPAT=y |
229 | CONFIG_MIPS32_O32=y | 228 | CONFIG_MIPS32_O32=y |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 52048c906079..6481fb2426f6 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -247,7 +247,6 @@ CONFIG_MMU=y | |||
247 | # | 247 | # |
248 | CONFIG_BINFMT_ELF=y | 248 | CONFIG_BINFMT_ELF=y |
249 | # CONFIG_BINFMT_MISC is not set | 249 | # CONFIG_BINFMT_MISC is not set |
250 | # CONFIG_BUILD_ELF64 is not set | ||
251 | CONFIG_MIPS32_COMPAT=y | 250 | CONFIG_MIPS32_COMPAT=y |
252 | CONFIG_COMPAT=y | 251 | CONFIG_COMPAT=y |
253 | CONFIG_MIPS32_O32=y | 252 | CONFIG_MIPS32_O32=y |