diff options
author | Brian Paul <[email protected]> | 2006-04-14 14:13:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-14 14:13:00 +0000 |
commit | 6bef5e7621023d3e72298a3afdc528ba500d5166 (patch) | |
tree | d576c911d6f8422d7bf11c8fef2e17b2911b66e4 /configs/irix6-o32-static | |
parent | 9326962f065e8728104e7218f5ef25a5ed958789 (diff) |
Don't have to pass ABI-related flags to mklib anymore.
Diffstat (limited to 'configs/irix6-o32-static')
-rw-r--r-- | configs/irix6-o32-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/irix6-o32-static b/configs/irix6-o32-static index ec51b9cdc5a..468f67489d6 100644 --- a/configs/irix6-o32-static +++ b/configs/irix6-o32-static @@ -9,7 +9,7 @@ CC = cc CXX = CC CFLAGS = -32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM CXXFLAGS = -32 -mips2 -O2 -ansi -woff 3262,3666 -MKLIB_OPTIONS = -archopt o32 -static +MKLIB_OPTIONS = -static GLW_SOURCES = GLwDrawA.c GLwMDrawA.c |