diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-14 14:13:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-14 14:13:00 +0000 |
commit | 6bef5e7621023d3e72298a3afdc528ba500d5166 (patch) | |
tree | d576c911d6f8422d7bf11c8fef2e17b2911b66e4 /configs/sunos5-v9 | |
parent | 9326962f065e8728104e7218f5ef25a5ed958789 (diff) |
Don't have to pass ABI-related flags to mklib anymore.
Diffstat (limited to 'configs/sunos5-v9')
-rw-r--r-- | configs/sunos5-v9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sunos5-v9 b/configs/sunos5-v9 index 68a746cb87..11f263a45b 100644 --- a/configs/sunos5-v9 +++ b/configs/sunos5-v9 @@ -1,10 +1,10 @@ -# Configuration for SunOS 5 +# Configuration for SunOS 5, SPARC V9 include $(TOP)/configs/default CONFIG_NAME = sunos5-v9 -MKLIB_OPTIONS = -archopt SUNV9 -cplusplus +MKLIB_OPTIONS = -cplusplus LIB_DIR = $(TOP)/lib64 |