[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Use C99 (5e13635)

Tobias Pape notifications at github.com
Sat Feb 24 21:36:48 UTC 2018


Yeah, but the "correct way would rather be instead of

```bash
test -f config.h || ../../../platforms/unix/config/configure --without-npsqueak \
		--with-vmversion=5.0 \
		--with-src=spursrc \
	CC="c99 -m32" \
	CXX="g++ -m32" \
	CFLAGS="$OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0" \
	LIBS="-lpthread -luuid" \
	LDFLAGS=-Wl,-z,now
```



```bash
...
export VMDEFS=" -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0"

export CPPFLAGS="${CPPFLAGS} ${ARCHFLAGS:=-m32}"
export LDFLAGS="${LDFLAGS} ${ARCHFLAGS:=-m32}"
export CFLAGS="${CFLAGS} ${OPT} ${VMDEFS}"
export CC="${CC:=c99}"
export LIBS="-lpthread -luuid"

test -f config.h || ../../../platforms/unix/config/configure --without-npsqueak \
		--with-vmversion=5.0 \
		--with-src=spursrc
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5e136355c1e4bcaf73764a9df20a010151fa9120#commitcomment-27767366
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180224/ffce9933/attachment.html>


More information about the Vm-dev mailing list