aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Rothwell <[email protected]>2010-06-26 15:40:52 +0000
committerMark Rothwell <[email protected]>2010-06-26 15:40:52 +0000
commit0c01720434a5b84b8f7692f0e267c4aca3bda864 (patch)
treeb16014e6d4a202c4e950001b78c97905ca2a4491
parentec211da376ea5b60a7dc95a1e295d14caa8e833e (diff)
Correct compiler config (not amd64 specific)
-rw-r--r--make/build-nativewindow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index f17babeaa..fe9355a90 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -477,7 +477,7 @@
<target name="c.configure.freebsd.amd64" if="isFreeBSDAMD64">
<echo message="FreeBSD.AMD64" />
- <property name="compiler.cfg.id" value="compiler.cfg.freebsd.amd64" />
+ <property name="compiler.cfg.id" value="compiler.cfg.freebsd" />
<property name="linker.cfg.id.oswin" value="linker.cfg.freebsd.amd64.nativewindow.x11" />
</target>