diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-18 01:42:22 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-18 01:42:22 +0000 |
commit | b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5 (patch) | |
tree | 9e7d103d523da09947398564fae5f90c9297121e /Makefile.target | |
parent | 14f87098c07c33cc46fb7510be739e63c3a9be07 (diff) |
Preliminary AIX support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5732 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index a15cbe054e..3cdf7db28d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -763,10 +763,12 @@ endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 ifndef CONFIG_SOLARIS +ifndef CONFIG_AIX LIBS+=-lutil endif endif endif +endif ifdef TARGET_GPROF vl.o: CFLAGS+=-p LDFLAGS+=-p |