import java-11-openjdk-11.0.12.0.1-0.3.ea.el8
This commit is contained in:
		
							parent
							
								
									d064a0c6d8
								
							
						
					
					
						commit
						d6a724168e
					
				| @ -339,7 +339,7 @@ | |||||||
| %global top_level_dir_name   %{origin} | %global top_level_dir_name   %{origin} | ||||||
| %global top_level_dir_name_backup %{top_level_dir_name}-backup | %global top_level_dir_name_backup %{top_level_dir_name}-backup | ||||||
| %global buildver        1 | %global buildver        1 | ||||||
| %global rpmrelease      2 | %global rpmrelease      3 | ||||||
| #%%global tagsuffix     %%{nil} | #%%global tagsuffix     %%{nil} | ||||||
| # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit | # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit | ||||||
| %if %is_system_jdk | %if %is_system_jdk | ||||||
| @ -1718,9 +1718,8 @@ export CFLAGS="$CFLAGS -mieee" | |||||||
| 
 | 
 | ||||||
| # We use ourcppflags because the OpenJDK build seems to | # We use ourcppflags because the OpenJDK build seems to | ||||||
| # pass EXTRA_CFLAGS to the HotSpot C++ compiler... | # pass EXTRA_CFLAGS to the HotSpot C++ compiler... | ||||||
| # Explicitly set the C++ standard as the default has changed on GCC >= 6 | EXTRA_CFLAGS="%ourcppflags -Wno-error" | ||||||
| EXTRA_CFLAGS="%ourcppflags -std=gnu++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse" | EXTRA_CPP_FLAGS="%ourcppflags" | ||||||
| EXTRA_CPP_FLAGS="%ourcppflags -std=gnu++98 -fno-delete-null-pointer-checks -fno-lifetime-dse" |  | ||||||
| 
 | 
 | ||||||
| %ifarch %{power64} ppc | %ifarch %{power64} ppc | ||||||
| # fix rpmlint warnings | # fix rpmlint warnings | ||||||
| @ -2362,6 +2361,11 @@ end | |||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Wed Jun 30 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.12.0.1-0.3.ea | ||||||
|  | - Remove explicit compiler flags which should be handled by the upstream build | ||||||
|  |   (-std=gnu++98, -fno-delete-null-pointer-checks, -fno-lifetime-dse) | ||||||
|  | - Resolves: rhbz#1966234 | ||||||
|  | 
 | ||||||
| * Wed Jun 30 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.12.0.1-0.2.ea | * Wed Jun 30 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.12.0.1-0.2.ea | ||||||
| - Add ppc64le and aarch64 to fastdebug_arches | - Add ppc64le and aarch64 to fastdebug_arches | ||||||
| - Resolves: rhbz#1969255 | - Resolves: rhbz#1969255 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user