Skip to content

Commit

Permalink
Remove unnecessary config options from AIX
Browse files Browse the repository at this point in the history
- These were added when we started compiling
- They have been propagated to new releases
  even though they are no longer necessary.

Fixes #2468

[skip ci]
Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Aug 29, 2018
1 parent 9f3671c commit e76aa35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ aix_ppc-64_cmprssptrs:
11: 'hw.arch.ppc && sw.os.aix'
next: 'hw.arch.ppc && sw.os.aix'
extra_configure_options:
8: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-ccache --with-jobs=8'
9: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8'
10: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8'
11: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8'
next: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8'
8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8'
9: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
10: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
11: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
next: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'
#========================================#
# Linux x86 64bits Compressed Pointers
#========================================#
Expand Down

0 comments on commit e76aa35

Please sign in to comment.