diff options
author | Rob Landley <rob@landley.net> | 2007-03-16 19:38:14 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-03-16 19:38:14 +0000 |
commit | 15c32ee1161e15f6b32f0e41700ebe68b065a601 (patch) | |
tree | ff839188eabc45d911e62ee996220e9e6110c5b1 /extra/Configs/Config.powerpc | |
parent | 524fcc49dd97810fbf5ab1a687e21a49506464dc (diff) |
No configs actually set LIBGCC_CFLAGS to anything, and it's not even
written into the resulting .config, so remove it.
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r-- | extra/Configs/Config.powerpc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 8f5fc847b..8ba267cf1 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -16,9 +16,6 @@ config FORCE_OPTIONS_FOR_ARCH config ARCH_CFLAGS string -config LIBGCC_CFLAGS - string - choice prompt "Target Processor Type" default CONFIG_CLASSIC |