Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.cdt.releng/platform/build.properties')
-rw-r--r--releng/org.eclipse.cdt.releng/platform/build.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties
index 8fa84bdf6bc..59eb35b9f48 100644
--- a/releng/org.eclipse.cdt.releng/platform/build.properties
+++ b/releng/org.eclipse.cdt.releng/platform/build.properties
@@ -60,13 +60,13 @@ collBase=.
# configs=win32,win32,x86 & linux,motif,x86
# By default the value is *,*,*
configs=\
- aix,motif,ppc \
- & hpux,motif,PA_RISC \
- & linux,gtk,x86 \
- & linux,motif,x86 \
- & qnx,photon,x86 \
- & solaris,motif,sparc \
- & win32,win32,x86
+ aix,*,ppc \
+ & hpux,*,PA_RISC \
+ & linux,*,x86 \
+ & macosx,*,ppc \
+ & qnx,*,x86 \
+ & solaris,*,sparc \
+ & win32,*,x86
#Arguments to send to the zip executable
zipargs=

Back to the top