diff options
author | Andreas Färber <afaerber@suse.de> | 2012-04-16 04:31:11 +0000 |
---|---|---|
committer | Andreas Färber <andreas.faerber@web.de> | 2012-05-01 00:17:27 +0200 |
commit | 0adb124659cfadf9f0b5c99874c476116f0cf74f (patch) | |
tree | f4f820e8ddb4b0889138712043261ac4ca390696 /default-configs | |
parent | 148210301e334694badcc8ae72ecb522c6d7bac6 (diff) |
Drop darwin-user
It's been orphaned, not compiling for a long time and despite Apple's
drop of their Rosetta ppc emulation technology with Mac OS X Lion no one
has stepped up to fix it.
Testing necessary changes wrt QOM'ification thus is impossible, so we
might as well remove it completely.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/i386-darwin-user.mak | 1 | ||||
-rw-r--r-- | default-configs/ppc-darwin-user.mak | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/default-configs/i386-darwin-user.mak b/default-configs/i386-darwin-user.mak deleted file mode 100644 index 19afd3dae5..0000000000 --- a/default-configs/i386-darwin-user.mak +++ /dev/null @@ -1 +0,0 @@ -# Default configuration for i386-darwin-user diff --git a/default-configs/ppc-darwin-user.mak b/default-configs/ppc-darwin-user.mak deleted file mode 100644 index 153ed12876..0000000000 --- a/default-configs/ppc-darwin-user.mak +++ /dev/null @@ -1,3 +0,0 @@ -# Default configuration for ppc-darwin-user - -CONFIG_GDBSTUB_XML=y |