openpkg/mutex.mk@66c3db5d26f6
openpkg/mutex.mk
Wed, 01 Aug 2012 23:37:13 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 01 Aug 2012 23:37:13 +0200
- changeset 434
- 66c3db5d26f6
- permissions
- -rw-r--r--
Hack up to build 64 bit bins and libs on 64 bit platforms, why not?
...I just hope this is a portable way to do it, using the '-m64' switch.
13 $(CC) $(CFLAGS) $(CPPFLAGS) -o mutex $(MUTEX_DOT_C) $(LDFLAGS) $(LIBS)